js/src/jit-test/tests/ion/bug927389.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:cae89d0b986c
1 (function () {
2 var x = 0 || 1.1;
3 x >> x;
4 })();

mercurial