RosettaCodeData/Task/Comments/C/comments-5.c
2023-07-01 13:44:08 -04:00

7 lines
104 B
C

#ifdef UNDEFINED
This is not compiled.
#if 0
Nor is this.
#endif
And this still is not compiled.
#endif