blob: 7340a36ec19d53fd66eed75f65cfc314fc4aa1d8 [file] [log] [blame]
struct_value
b = struct_value.Bar();
b.a.x = 3;
if (b.a.x != 3)
error
endif
b.b.x = 3;
if (b.b.x != 3)
error
endif