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

10 lines
131 B
Plaintext
Raw Normal View History

{
let x, y
if x { mstore(0, 0) }
if y { mstore(0, 0) }
}
2019-04-01 14:33:46 +00:00
// ====
// step: structuralSimplifier
// ----
// { let x, y }