summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/pch-included.c
blob: 96fce697ef0ac93c9343df9a9e313ab0119a8614 (plain)
1
2
3
4
5
6
7
8
#ifndef HAVE_PCH_SUPPORT
#  include "pch.h"
#endif

int testC(void)
{
  return PCH_INCLUDED;
}