blob: 077a2e00527fa9a5a42fbb28e804772874dd6465 [file] [log] [blame]
function test() {
var c;
[c] = "𠮷𠮶";
return c === "𠮷";
}
if (!test())
throw new Error("Test failed");