summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/Executable/A.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/A.h')
-rw-r--r--Tests/ComplexOneConfig/Executable/A.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/A.h b/Tests/ComplexOneConfig/Executable/A.h
new file mode 100644
index 000000000..25c45fcbf
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/A.h
@@ -0,0 +1,4 @@
+// This header should not be compiled directly but through inclusion
+// in A.cxx through A.hh.
+extern int A();
+int A() { return 10; }