import source from 1.3.40
[external/swig.git] / Examples / test-suite / python / abstract_typedef_runme.py
1 from  abstract_typedef import *
2 e = Engine()
3
4 a = A()
5   
6
7 if a.write(e) != 1:
8   raise RuntimeError
9
10
11