summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1314438.js
blob: bda1c7a2d7f444de410ecb2b4d08f8ed5277fa44 (plain)
1
2
3
4
5
6
function g(x) {
    return (-1 % x && Math.cos(8) >>> 0);
}
g(2);
assertEq(Object.is(g(-1), -0), true);