PageRenderTime 36ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/errors/pp_macro_redef.i

#
Swig | 8 lines | 4 code | 3 blank | 1 comment | 0 complexity | eac26f584c55177c81c53577c9fdbca9 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. #define foo 4
  4. /* Should not generate an error */
  5. #define foo 4