summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug668206.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug668206.js')
-rw-r--r--js/src/jit-test/tests/auto-regress/bug668206.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug668206.js b/js/src/jit-test/tests/auto-regress/bug668206.js
new file mode 100644
index 0000000000..5af6ac9ff8
--- /dev/null
+++ b/js/src/jit-test/tests/auto-regress/bug668206.js
@@ -0,0 +1,9 @@
+// Binary: cache/js-dbg-64-0d2a1a6e967f-linux
+// Flags: -j -m
+//
+function f() {
+ for (var i = 0; i < 2; ++i) {}
+}
+for (let a = 0; a < 40; a++) {
+ f((new Array) ^ 0)
+}