You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
731 B
27 lines
731 B
#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
|
|
#ifndef DEF_SameNameImported2SubDirA
|
|
# error "DEF_SameNameImported2SubDirA is not defined but should be!"
|
|
#endif
|
|
#ifndef DEF_SameNameImported2SubDirB
|
|
# error "DEF_SameNameImported2SubDirB is not defined but should be!"
|
|
#endif
|
|
#ifdef DEF_TopDirImported
|
|
# error "DEF_TopDirImported is defined but should not be!"
|
|
#endif
|
|
#ifdef DEF_SubDirC1
|
|
# error "DEF_SubDirC1 defined but should not be"
|
|
#endif
|
|
#ifdef DEF_SubDirC2
|
|
# error "DEF_SubDirC2 defined but should not be"
|
|
#endif
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|