solidity/test/libyul/evmCodeTransform/nonempty_initial_layout.yul
2021-08-17 19:00:28 +02:00

13 lines
268 B
Plaintext

{
if 0x2000000000000000000000000000000000000000000000000000000000 {}
}
// ====
// stackOptimization: true
// ----
// /* "":9:69 */
// jumpi(tag_1, 0x2000000000000000000000000000000000000000000000000000000000)
// tag_2:
// stop
// tag_1:
// jump(tag_2)