Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / ComplexOneConfig / Library / notInAllLib.cxx
blob5d928f44a6d3ea93a4ac04405002a992dd74435c
1 int notInAllLibFunc() { return 0; }
3 #if 1
4 # error "This target should not be compiled by ALL."
5 #endif