aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/yulOptimizerTests/structuralSimplifier/if_unassigned_condition.yul
blob: a327a882970a9e36238e54102072588a21ae6bc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    let x
    if x { mstore(0, 0) }
}
// ----
// structuralSimplifier
// {
//     let x
// }