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