/trunk/Examples/test-suite/errors/pp_macro_missing_expression.i
# · Swig · 22 lines · 15 code · 7 blank · 0 comment · 0 complexity · 1e81d5c70c85bb20ac89e0b347436f0a MD5 · raw file
- // Test "Missing identifier for ..." errrors
- %module xxx
- #ifdef
- #endif
- #ifndef
- #endif
- #if
- #endif
- #if defined(AAA)
- #elif
- #endif
- #define BBB
- #if !defined(BBB)
- #elif
- #endif