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