Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
PrecompileHeaders
/
pch-included.cpp
blob: bf4d95d47eb1e8abf6b548ca8287b76534f00bef [
file
]
#ifndef
HAVE_PCH_SUPPORT
# include "pch.h"
#endif
int
testCpp
()
{
return
PCH_INCLUDED
;
}