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

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
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