import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / pp_missing_endif.i
1 %module xxx
2
3 #ifdef FOO
4 int x;
5
6