solidity/test/libyul/yulSyntaxTests/dot_consecutive_function_arg.yul

5 lines
36 B
Plaintext
Raw Normal View History

{
function x(a..b) {}
}
// ----