Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a2fb6efd7fafd2c3ae98c1915966af790ac1627f
/
.
/
Tests
/
RunCMake
/
try_compile
/
EnvConfig.c
blob: 5b1d4005200abc5828c3b0b2597408b04bb942ec [
file
]
#ifdef
TC_CONFIG_BAD
# error "Built in 'Bad' config"
#endif
int
main
(
void
)
{
return
0
;
}