12 lines
286 B
C
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;
|
||
|
}
|