Files
CMake/Tests/RunCMake/PrecompileHeaders/pch-included.c
T
2021-09-13 08:12:11 -07:00

9 lines
95 B
C

#ifndef HAVE_PCH_SUPPORT
# include "pch.h"
#endif
int testC(void)
{
return PCH_INCLUDED;
}