summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug647440.js
blob: f03f2c2075bf705941aef41b6aac2854930a4d83 (plain)
1
2
3
4
5
6
7
if (false) 
    function g() {}
function f() {
    var x;
    (x = Infinity) >> x--;
}
f();