summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug658579.js
blob: 7affcbd5fb2665ac22a5bb674f502f2197ebc96e (plain)
1
2
3
4
5
(function () {
    var x = 1 || 1.2;
    true ? ~x : x;
    x >> x;
})();