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

6 lines
87 B
Plaintext
Raw Normal View History

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