PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/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. #define foo(a,x) a x
  3. #if foo
  4. #endif