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