solidity/test/libyul/yulSyntaxTests/instructions_too_many_args.yul
2022-04-01 23:41:18 -05:00

6 lines
110 B
Plaintext

{
pop(mul(1, 2, 3))
}
// ----
// TypeError 7000: (7-10='mul'): Function "mul" expects 2 arguments but got 3.