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