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

6 lines
74 B
Plaintext
Raw Normal View History

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