js/src/jit-test/tests/jaeger/bug647440.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6e5aceeb6ca6
1 if (false)
2 function g() {}
3 function f() {
4 var x;
5 (x = Infinity) >> x--;
6 }
7 f();

mercurial