blob: 62d95a85a5d493ede03a138c69c5559725276a99 [file] [log] [blame]
function test() {
return [..."𠮷𠮶"][0] === "𠮷";
}
if (!test())
throw new Error("Test failed");