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

branch
TOR_BUG_3246
changeset 7
129ffea94266
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