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