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