swig/Examples/test-suite/errors/pp_macro_missing_expression.i
luz.paz 60dfa31a67 Misc. typos
found via `codespell` and `grep`
2018-05-17 10:04:23 -04:00

22 lines
176 B
OpenEdge ABL

// Test "Missing identifier for ..." errors
%module xxx
#ifdef
#endif
#ifndef
#endif
#if
#endif
#if defined(AAA)
#elif
#endif
#define BBB
#if !defined(BBB)
#elif
#endif