mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
5 lines
60 B
C
5 lines
60 B
C
#if (1 ? 2 : 0) != 2
|
|
#error
|
|
#endif
|
|
int main() { return 0; }
|