aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test4.txt
blob: 2ab3265a50c6abf67fc0aed425304b6502845693 (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
L1: 
if ( 1 ) {
  //20
  if (!( 1 )) {
    label = 4;
    break L1;
  }
  //21
  break L1;
} else {
  label = 4;
}
if (label == 4) {
  //22
}
//23
if ( 1 ) {
  //24
} else {
  //28
}