#define BAR 0
#ifdef BAR
#ifdef FOO
XXX
#endif
#else
#define FOO
int x = BAR;
int
main()
{
return BAR;
}