git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
18 lines
193 B
Objective-C
18 lines
193 B
Objective-C
preproc
|
|
|
|
if (preproc.cvar.endif != 1)
|
|
error
|
|
endif
|
|
|
|
if (preproc.cvar.define != 1)
|
|
error
|
|
endif
|
|
|
|
if (preproc.cvar.defined != 1)
|
|
error
|
|
endif
|
|
|
|
if (2*preproc.one != preproc.two)
|
|
error
|
|
endif
|
|
|