SubDirLinkA.c 286 B

1234567891011
  1. #ifdef DEF_SubDirLinkAImportedForExport
  2. # error "DEF_SubDirLinkAImportedForExport is defined but should not be!"
  3. #endif
  4. #ifndef DEF_SubDirLinkBImportedForExport
  5. # error "DEF_SubDirLinkBImportedForExport is not defined but should be!"
  6. #endif
  7. int testSubDirLinkA(void)
  8. {
  9. return 0;
  10. }