83_if_defined_word.c (61B)
1 #define X 1 2 #if defined X 3 yes 4 #endif 5 #if defined Y 6 no 7 #endif