import source from 1.3.40
[external/swig.git] / Examples / test-suite / python / naturalvar_runme.py
1 from naturalvar import *
2
3 f = Foo()
4 b = Bar()
5
6 b.f = f
7
8 cvar.s = "hello"
9 b.s = "hello"
10
11 if b.s != cvar.s:
12     raise RuntimeError