Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/cpp_pp_expressions_bad.i

7 lines
120 B
OpenEdge ABL

%module xxx
/* Spaceship operator doesn't seem to be allowed in preprocessor expressions. */
#if (4 <=> 2) < 0
#endif