solidity/test/libyul/yulSyntaxTests/function_definition.yul

9 lines
103 B
Plaintext
Raw Normal View History

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