ref: 232f814cbdfd8ab842db3419844f1988cbf8d367 dir: /tests/execute/0073-ifndef.c/
#ifndef DEF int x = 0; #endif #define DEF #ifndef DEF X #endif int main() { return x; }