solidity/test/libyul/yulSyntaxTests/instructions_too_few_args_1.yul

6 lines
97 B
Plaintext

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