/tags/rel-1-3-29/SWIG/Examples/test-suite/errors/pp_macro_args.i
Swig | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | b066e58fb37a277404d1688fb716cea2 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%module xxx 2 3#define foo(a,x) a x 4 5#if foo 6#endif 7