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