git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
14 lines
115 B
Mathematica
14 lines
115 B
Mathematica
naturalvar
|
|
|
|
f = Foo();
|
|
b = Bar();
|
|
|
|
b.f = f;
|
|
|
|
cvar.s = "hello";
|
|
b.s = "hello";
|
|
|
|
if (b.s != cvar.s)
|
|
error
|
|
endif
|
|
|