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