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

28 lines
282 B
C
Raw Normal View History

#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(int argc, char **argv) {
return 0;
}