#ifdef FOO
XXX // error here
#ifdef BAR
XXX
#endif
#define FOO 1
int x = 0;
int
main()
{
return x;
}