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