blob: a0481ec6034373b0de2f7a02df0504bc75886210 [file] [log] [blame]
from naturalvar import *
f = Foo()
b = Bar()
b.f = f
cvar.s = "hello"
b.s = "hello"
if b.s != cvar.s:
raise RuntimeError