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