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