aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/yulOptimizerTests/commonSubexpressionEliminator/non_movable_instr2.yul
blob: ebc17446c3b8d3b785cf40a3161064fe1e77fead (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    let a := gas()
    let b := gas()
}
// ----
// commonSubexpressionEliminator
// {
//     let a := gas()
//     let b := gas()
// }