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

7 lines
82 B
Plaintext
Raw Normal View History

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