#ifndef FOO
# error "FOO is not defined"
#endif
#ifndef BAR
# error "BAR is not defined"
int main(void) {
return 0;
}