diff options
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug525618.js')
-rw-r--r-- | js/src/jit-test/tests/auto-regress/bug525618.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug525618.js b/js/src/jit-test/tests/auto-regress/bug525618.js new file mode 100644 index 000000000..1cfb1e621 --- /dev/null +++ b/js/src/jit-test/tests/auto-regress/bug525618.js @@ -0,0 +1,13 @@ +// Binary: cache/js-dbg-32-c0dbbcfdb583-linux +// Flags: -j +// +(function (){ + var c; + (eval("\ + (function() {\ + eval(\"\ + for each(w in[0,0,0]) { print(c) }\ + \" , function(){})\ + })\ + "))() +})() |