summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1314438.js
blob: fef0856a83212bb898736c3eb52dff055eff5426 (plain)
1
2
3
4
5
6

function g(x) {
    return (-1 % x && Math.cos(8) >>> 0);
}
g(2);
assertEq(uneval(g(-1)), "-0");