1 #ifndef FOO_1
2 #  error "foo1.h not included by /FI"
3 #endif
4 #ifndef FOO_2
5 #  error "foo2.h not included by /FI"
6 #endif
main(void)7 int main(void)
8 {
9   return 0;
10 }
11