git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12455 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
211 B
Python
11 lines
211 B
Python
import preproc_defined
|
|
|
|
if preproc_defined.call_checking() != 1:
|
|
raise RuntimeError
|
|
|
|
d = preproc_defined.Defined()
|
|
d.defined = 10
|
|
|
|
preproc_defined.thing(10)
|
|
preproc_defined.stuff(10)
|
|
preproc_defined.bumpf(10)
|