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

9 lines
99 B
Plaintext

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