ref: 57772ff4fa151bf3de032d14eb5c0c13f4174f98 dir: /tests/0074-undef.c/
#define X 1 #undef X #ifdef X FAIL #endif int main() { return 0; }