c-preprocessor/_test/inputs/test13.in

7 lines
58 B
Plaintext

int main() {
#if 1
printf("Yes!\n");
#endif
return 0;
}