cmake/Tests/ExportImport/Export/testTopDirLib.c

12 lines
284 B
C
Raw Normal View History

2018-10-28 12:09:07 +01:00
#ifndef DEF_SubDirLinkAImportedForExport
# error "DEF_SubDirLinkAImportedForExport is not defined but should be!"
#endif
#ifdef DEF_SubDirLinkBImportedForExport
# error "DEF_SubDirLinkBImportedForExport is defined but should not be!"
#endif
int testTopDirLib(void)
{
return 0;
}