solidity/test/libyul/yulSyntaxTests/instructions_too_many_args.yul
2020-11-04 12:03:33 +01:00

6 lines
98 B
Plaintext

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