solidity/test/libyul/yulSyntaxTests/function_definitions.yul

6 lines
70 B
Plaintext
Raw Normal View History

2020-09-14 18:13:48 +00:00
{
function f() { }
function g(a:u256) -> x:u256 { }
}
// ----