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