aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/yulOptimizerTests/unusedPruner/trivial.yul
blob: 9b4cf9fdb027a71243fc08e7d63229f71c657727 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    let a := 1
    let b := 1
    mstore(0, 1)
}
// ----
// unusedPruner
// {
//     mstore(0, 1)
// }