foo.c 145 B

1234567
  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
  7. int main(void) { return 0; }