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