import source from 1.3.40
[external/swig.git] / Examples / test-suite / octave / typedef_class_runme.m
1 typedef_class
2
3 a = typedef_class.RealA();
4 a.a = 3;
5  
6 b = typedef_class.B();
7 b.testA(a);