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