blob: 62e52e9e7125d35459c0819fb7d41aa2f264802e [file] [log] [blame]
// |jit-test| error:TypeError
(function() {
let r
g = function(x) {
((-0x80000000 + (x >>> 0)) != 0) ? 0 : x()
}
})()
g(NaN)
g(0x80000000);