aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/pp_macro_args.i
blob: 8bbbfb10463d14f688b58b2a67b52fecc2e87eff (plain)
1
2
3
4
5
6
7
%module xxx

#define foo(a,x) a x

#if foo
#endif