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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:82c2d116021d
1 function f(x) {
2 x = 2 ^ x++;
3 if (x) {}
4 }
5 f(1.1);

mercurial