Sha256: 2a39ae222e39fc704f6080cf7809ae8cf7df67fac6aacc8e2a86f8e5152ab92c
Contents?: true
Size: 446 Bytes
Versions: 3
Compression:
Stored size: 446 Bytes
Contents
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: { } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webruby-0.2.4 | modules/emscripten/src/relooper/test_fuzz3.txt |
webruby-0.2.2 | modules/emscripten/src/relooper/test_fuzz3.txt |
webruby-0.2.1 | modules/emscripten/src/relooper/test_fuzz3.txt |