aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test6.txt
blob: c5effd0887043b4de2d6162abded805135f724d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//0
do {
  if (check(0)) {
    //1
    if (!(check(1))) {
      break;
    }
    //2
  }
} while(0);
//3