Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / ComplexRelativePaths / 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; }