CMake/Tests/RunCMake/try_compile/src.c

5 lines
80 B
C

int main(void) { return 0; }
#ifdef PP_ERROR
# error PP_ERROR is defined
#endif