solidity/test/cmdlineTests/strict_asm_jump/err
2019-10-25 15:01:25 +02:00

7 lines
374 B
Plaintext

Warning: Yul and its optimizer are still experimental. Please use the output with care.
Error: Jump instructions and labels are low-level EVM features that can lead to incorrect stack access. Because of that they are disallowed in strict assembly. Use functions, "switch", "if" or "for" statements instead.
--> strict_asm_jump/input.sol:1:3:
|
1 | { jump(1) }
| ^^^^