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