aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test4.txt
blob: f0bfb9729dac9a773e2048fb7c44c2c3b6a53402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//19
do {
  if ( 1 ) {
    //20
    if (!( 1 )) {
      label = 4;
      break;
    }
    //21
    break;
  } else {
    label = 4;
  }
} while(0);
if (label == 4) {
  //22
}
//23
if ( 1 ) {
  //24
} else {
  //28
}