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