solidity/test/libyul/yulSyntaxTests/function_definition_whitespace.yul

4 lines
56 B
Plaintext
Raw Normal View History

{
function f (a, b , c ) - > y,x,z {
}
}