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