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