blob: b9beb3902632642c08c4d4dd7a67117fae17874c [file] [log] [blame]
function test() {
return typeof class C {} === "function";
}
if (!test())
throw new Error("Test failed");