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

28 lines
273 B
C++

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