blob: 1186ea97b4854d5609a232c4262747b66e21d2d5 [file] [log] [blame]
function test() {
return typeof Math.fround === "function";
}
if (!test())
throw new Error("Test failed");