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