84_if_defined_paren.c (66B)
1 #define X 1 2 #if defined(X) 3 yes 4 #endif 5 #if defined ( Y ) 6 no 7 #endif