solidity/test/libyul/yulSyntaxTests/function_definition.yul

4 lines
51 B
Plaintext
Raw Normal View History

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