DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
var struct_value = require("struct_value");

b = new struct_value.Bar();

b.a.x = 3;
if (b.a.x != 3)
throw "RuntimeError";

b.b.x = 3;
if (b.b.x != 3)
throw "RuntimeError"