solidity/test/libyul/yulOptimizerTests/structuralSimplifier/if_false_condition.yul
2019-04-03 14:58:20 +02:00

7 lines
82 B
Plaintext

{ if 0 { mstore(0, 0) } }
// ====
// step: structuralSimplifier
// ----
// {
// }