solidity/test/cmdlineTests/strict_asm_jump/err

4 lines
272 B
Plaintext
Raw Normal View History

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) }
^-----^