summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx')
-rw-r--r--Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx b/Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx
new file mode 100644
index 000000000..e22812e51
--- /dev/null
+++ b/Tests/ComplexOneConfig/Library/ExtraSources/file1.cxx
@@ -0,0 +1,4 @@
+int file1()
+{
+ return 1;
+}