blob: 5b171b8fede00c7c39119a86d4b5d7e8ff80f8bc [file] [log] [blame]
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"