Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / ComplexRelativePaths / Executable / notInAllExe.cxx
blob70275cd513789e9b19e1d5210a5119d8f3d52171
1 extern int notInAllLibFunc();
3 int main()
5 return notInAllLibFunc();
8 #if 1
9 # error "This target should not be compiled by ALL."
10 #endif