aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test_fuzz2.txt
blob: a94908a1ba4d90abfa3a82f335e67334f724de40 (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
25
26
27
28
29
30
 print('entry'); var label; var state; var decisions = [4, 1, 4, 3, 4, 1, 2, 5, 1, 3, 5, 5, 1, 5, 2, 4, 4, 3]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] }
 switch (the_var) {
 state == 1 {
  while(1) {
   print(1); state = check();
   switch (the_var) {
   default: {
   }
   }
  }
  break;
 }
 default: {
 }
 }
 while(1) {
  print(3); state = check();
  switch (the_var) {
  default: {
  }
  }
  print(2); state = check();
  switch (the_var) {
  default: {
  }
  }
 }