4aad73cc创建于 2025年7月9日历史提交
var langobj = require("langobj");

x = "hello";
v = langobj.identity(x);
if (v !== x) {
    throw new Error;
}