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