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