mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
5 lines
60 B
C
5 lines
60 B
C
|
#if (1 ? 2 : 0) != 2
|
||
|
#error
|
||
|
#endif
|
||
|
int main() { return 0; }
|