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

7 lines
88 B
Plaintext
Raw Normal View History

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