Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8de18df08ead44ee9ea8cad8dc1e01ac73eb34f
/
.
/
Tests
/
RunCMake
/
CompilerArgs
/
main.c
blob: b5261353144789ab0c81711805f6027b285a5231 [
file
]
#ifndef
FOO1
# error Missing FOO1
#endif
#ifndef
FOO2
# error Missing FOO2
#endif
int
main
(
void
)
{
return
0
;
}