ref: ea7be436724a770dc5e3f43ac32dd7393c0b0057 dir: /tests/execute/0066-cppelse.c/
#define BAR 0 #ifdef BAR #ifdef FOO XXX #ifdef FOO XXX #endif #else #define FOO #ifdef FOO int x = BAR; #endif #endif #endif int main() { return BAR; }