summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug639478-1.js
blob: a0f2fd37e25c3455dd934ec7abdf4c9632b27878 (plain)
1
2
3
4
5
function f(x) {
    return (x % 123.45) >> x;
}
assertEq(f(-123), -4);