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