blob: 4706bb94e405b862a242a5fb98b39e1e621ace75 [file] [log] [blame]
#ifndef DEF_SameNameImportedSubDirA
# error "DEF_SameNameImportedSubDirA is not defined but should be!"
#endif
#ifndef DEF_SameNameImportedSubDirB
# error "DEF_SameNameImportedSubDirB is not defined but should be!"
#endif
#ifdef DEF_TopDirImported
# error "DEF_TopDirImported is defined but should not be!"
#endif
int main(void)
{
return 0;
}