solidity/test/libyul/yulSyntaxTests/function_def_multiple_args.yul

5 lines
62 B
Plaintext

{
function f(a, d) { }
function g(a, d) -> x, y { }
}