Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
SwiftMixPCH
/
CMain.c
blob: 06a005dbd7e04983eb49721a1911c5537c8c5259 [
file
]
#ifndef
PCH_VALUE
# error "PCH_VALUE not defined"
#endif
int
main
(
void
)
{
int
const
value
=
PCH_VALUE
;
return
value
==
42
?
0
:
1
;
}