summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_constants_c.i
blob: e27d1f50827ba4c339477fa4ee0394391e0cd94d (plain)
1
2
3
4
5
6
%module preproc_constants_c

%define true 1 %enddef
%define false 0 %enddef

%include "preproc_constants.i"