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

9 lines
94 B
Plaintext
Raw Normal View History

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