solidity/test/libyul/yulSyntaxTests/dot_ellipse_function_arg.yul

5 lines
37 B
Plaintext
Raw Normal View History

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