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

10 lines
95 B
Plaintext

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