/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

  1. %module xxx
  2. #define foo(a,x) a x
  3. #if foo
  4. #endif