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