Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ac9fd4f00939d181ee9df503415695019f900c7d
/
.
/
Tests
/
ComplexOneConfig
/
Executable
/
notInAllExe.cxx
blob: 2b857b47cb18c5355f1ebb887404bb6a51bf4bbe [
file
]
extern
int
notInAllLibFunc
();
int
main
()
{
return
notInAllLibFunc
();
}
#if 1
# error "This target should not be compiled by ALL."
#endif