summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testTopDirLib.c
blob: 1ec68de1fbe53ec46f50d1d7e542c0c910c5853d (plain)
1
2
3
4
5
6
7
8
9
10
11
#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;
}