solidity/test/libyul/yulOptimizerTests/structuralSimplifier/nested.yul

6 lines
154 B
Plaintext
Raw Normal View History

{ if 1 { if 1 { for { mstore(0, 0) } 0 {} { mstore(2, 3) } if 0 { mstore(1, 2) } } } }
2019-04-01 14:33:46 +00:00
// ====
// step: structuralSimplifier
// ----
// { mstore(0, 0) }