SubDirA.c 349 B

1234567891011121314
  1. #ifndef DEF_SameNameImportedSubDirA
  2. # error "DEF_SameNameImportedSubDirA is not defined but should be!"
  3. #endif
  4. #ifndef DEF_SameNameImportedSubDirB
  5. # error "DEF_SameNameImportedSubDirB is not defined but should be!"
  6. #endif
  7. #ifdef DEF_TopDirImported
  8. # error "DEF_TopDirImported is defined but should not be!"
  9. #endif
  10. int main(void)
  11. {
  12. return 0;
  13. }