swig/Examples/test-suite/errors/cpp_pp_expressions_bad.i
2022-07-27 18:17:31 +12:00

6 lines
167 B
OpenEdge ABL

%module xxx
/* Note: needs -Wextra to see these warnings */
/* Spaceship operator doesn't seem to be allowed in preprocessor expressions. */
#if (4 <=> 2) < 0
#endif