summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/warp/bug1668197.js
blob: 24e1becec0b8efdbfd4245eeb67d46383b858cac (plain)
1
2
3
4
5
function f(x, y) {
    return ~Math.hypot(x >>> 0, 2 - x >>> 0);
}
f(2, Math);
oomTest(f);