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

10 lines
131 B
Plaintext

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