swig/Examples/test-suite/errors/c_spaceship.stderr
Olly Betts 100d4d5350 Only recognise spaceship operator for C++
I don't think any valid C program can contain `<=>` in a tokenisable
context, but it's more helpful to fail with a syntax error at SWIG
parse time and not potentially generate C code trying to use `<=>` in
an expression which then fails at compile time.
2022-07-27 13:46:53 +12:00

1 line
50 B
Text

c_spaceship.i:3: Error: Syntax error in input(1).