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.
15 lines
348 B
15 lines
348 B
#ifdef DEF_SameNameImportedSubDirA
|
|
# error "DEF_SameNameImportedSubDirA is defined but should not be!"
|
|
#endif
|
|
#ifdef DEF_SameNameImportedSubDirB
|
|
# error "DEF_SameNameImportedSubDirB is defined but should not be!"
|
|
#endif
|
|
#ifndef DEF_TopDirImported
|
|
# error "DEF_TopDirImported is not defined but should be!"
|
|
#endif
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|