aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test2.txt
blob: a847e8062ed938fc7c1d1f37d6346ef7cf87d94a (plain)
1
2
3
4
5
6
7
8
9
10
11
ep
L1: 
if (ep -> LBB1) {
  LBB1
  if (!(LBB1 -> LBB2)) {
    break L1;
  }
  LBB2
}
LBB3