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