Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / ComplexOneConfig / Executable / A.h
blob25c45fcbf8c9ebc376228dd56f2bc5e9893f76d7
1 // This header should not be compiled directly but through inclusion
2 // in A.cxx through A.hh.
3 extern int A();
4 int A() { return 10; }