summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug640614.js
blob: f17ba2719d8fb58776f2ebd2ecc948f6726cae2f (plain)
1
2
3
4
5
function f(x) {
    x = 2 ^ x++;
    if (x) {}
}
f(1.1);