diff options
Diffstat (limited to 'js/src/jit-test/tests/jaeger/loops/bug680809.js')
-rw-r--r-- | js/src/jit-test/tests/jaeger/loops/bug680809.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/jaeger/loops/bug680809.js b/js/src/jit-test/tests/jaeger/loops/bug680809.js new file mode 100644 index 000000000..22bcbf3c4 --- /dev/null +++ b/js/src/jit-test/tests/jaeger/loops/bug680809.js @@ -0,0 +1,8 @@ +function f0(p0) { + var v0; + v0 = 1.7; + loop0: while (v0) { + v0 = p0; + } +} +f0(0); |