Sha256: 000285c41649dd461d8e8b493a3f3ae0b157817307d0199b1ceab2354cf66b64

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 Bytes

Contents


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: {
 }
 }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webruby-0.2.4 modules/emscripten/src/relooper/test_fuzz2.txt
webruby-0.2.2 modules/emscripten/src/relooper/test_fuzz2.txt
webruby-0.2.1 modules/emscripten/src/relooper/test_fuzz2.txt