meson/test cases/common/116 subproject project argu.../subprojects/subexe/subexe.c

28 lines
265 B
C

#ifdef PROJECT_OPTION
#error
#endif
#ifdef PROJECT_OPTION_1
#error
#endif
#ifdef PROJECT_OPTION_C_CPP
#error
#endif
#ifndef GLOBAL_ARGUMENT
#error
#endif
#ifndef SUBPROJECT_OPTION
#error
#endif
#ifdef OPTION_CPP
#error
#endif
int main(void) {
return 0;
}