solidity/test/libyul/yulSyntaxTests/dot_ellipse_function_arg.yul
2020-07-03 15:41:09 +01:00

5 lines
37 B
Plaintext

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