solidity/test/libyul/yulSyntaxTests/instructions_too_few_args_2.yul

6 lines
92 B
Plaintext
Raw Normal View History

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