blob: 809b4da7986c688c454cf4c26d0f4169c98fee87 [file] [log] [blame]
function f(x) {
return Math.fround() ? x : x >> 0;
}
function g() {
return (f() !== Math.fround(0))
}
assertEq(g(), g());