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