4aad73cc创建于 2025年7月9日历史提交
var operbool = require("operbool");
const b = new operbool.Test();
if (b.operator_bool()) {
    throw new Error("operbool failed");
}