Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
FindPackageCpsTest
/
requires-test.cxx
blob: 6f52bd6e083a2baee4f5c604f40b4bf76774daa4 [
file
]
#ifndef
ANSWER
# error ANSWER is not defined
#else
# if ANSWER != 42
# error ANSWER has the wrong value
# endif
#endif
int
main
()
{
return
0
;
}