solidity/test/cmdlineTests/strict_asm_jump/err
2019-03-25 20:17:11 +00:00

5 lines
360 B
Plaintext

Warning: Yul and its optimizer are still experimental. Please use the output with care.
strict_asm_jump/input.sol:1:3: 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.
{ jump(1) }
^-----^