Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4a4fa6ae54da4f30d09ab7f0d7acf8a8ce442e72
/
.
/
Tests
/
RunCMake
/
PrecompileHeaders
/
no_pch.c
blob: 8d225800c464843e64614ffede8f09169c1ae6c0 [
file
]
#ifdef
CXX_PCH
# error "CXX PCH included in C source."
#endif
int
no_pch
(
void
)
{
return
0
;
}