Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/115 subproject project arguments/exe.c
T

28 lines
267 B
C

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