CMake/Tests/RunCMake/try_compile/src.c

8 lines
81 B
C

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