blob: 98c7971bc66bdd763a401774b4ef94a966e7f870 [file] [log] [blame]
function f(x, y) {
return +(x ? x : y), y >>> 0
}
f(0, -0)
f(0, 2147483649)