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