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

4 lines
95 B
OpenEdge ABL

%module xxx
/* Test that the spaceship operator gives an error in C mode. */
int a[(1<=>2>1)];