summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/src.c
blob: ab83eb6313678ad352bdb14864cb475d5ad6ed52 (plain)
1
2
3
4
int main(void) { return 0; }
#ifdef PP_ERROR
# error PP_ERROR is defined
#endif