aboutsummaryrefslogtreecommitdiff
path: root/src/relooper/test_fuzz3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/relooper/test_fuzz3.txt')
-rw-r--r--src/relooper/test_fuzz3.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/relooper/test_fuzz3.txt b/src/relooper/test_fuzz3.txt
index b4b1831d..398b4803 100644
--- a/src/relooper/test_fuzz3.txt
+++ b/src/relooper/test_fuzz3.txt
@@ -1,9 +1,25 @@
print('entry'); var label; var state; var decisions = [3, 3, 4, 1, 2, 1, 2, 4, 4, 4, 2, 3, 3, 1, 2]; var index = 0; function check() { if (index == decisions.length) throw 'HALT'; return decisions[index++] }
+switch (the_var) {
+default: {
+}
+}
print(1); state = check();
+switch (the_var) {
+default: {
+}
+}
print(3); state = check();
+switch (the_var) {
+default: {
+}
+}
while(1) {
print(4); state = check();
+ switch (the_var) {
+ default: {
+ }
+ }
}