Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
ComplexOneConfig
/
Executable
/
notInAllExe.cxx
blob: 2b857b47cb18c5355f1ebb887404bb6a51bf4bbe [
file
] [
log
] [
blame
]
extern
int
notInAllLibFunc
();
int
main
()
{
return
notInAllLibFunc
();
}
#if 1
# error "This target should not be compiled by ALL."
#endif