aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test2.txt
blob: c77ce491283612df0165a25ade6cf4cdec438dd9 (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