Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cba96f59d5dd2b9ce38a3b0c636a97deda28e035
/
.
/
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
;
}