2018-10-28 12:09:07 +01:00

12 lines
286 B
C

#ifdef DEF_SubDirLinkAImportedForExport
# error "DEF_SubDirLinkAImportedForExport is defined but should not be!"
#endif
#ifndef DEF_SubDirLinkBImportedForExport
# error "DEF_SubDirLinkBImportedForExport is not defined but should be!"
#endif
int testSubDirLinkA(void)
{
return 0;
}