summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/c_spaceship.i
blob: da0d6c7dd6dfb2e5b9e7b90021fbe9498c7c4aa5 (plain)
1
2
3
%module xxx
/* Test that the spaceship operator gives an error in C mode. */
int a[(1<=>2>1)];