TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / ComplexOneConfig / Executable / notInAllExe.cxx
1 extern int notInAllLibFunc();
2
3 int main()
4 {
5   return notInAllLibFunc();
6 }
7
8 #if 1
9 # error "This target should not be compiled by ALL."
10 #endif