blob: 889563f35393b74c00630021942cca50477a7cce [file] [log] [blame]
naturalvar
f = Foo();
b = Bar();
b.f = f;
cvar.s = "hello";
b.s = "hello";
if (b.s != cvar.s)
error
endif