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