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