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

10 lines
126 B
Plaintext
Raw Normal View History

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