summaryrefslogtreecommitdiff
path: root/Tests/StagingPrefix/Producer/foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/StagingPrefix/Producer/foo.cpp')
-rw-r--r--Tests/StagingPrefix/Producer/foo.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/StagingPrefix/Producer/foo.cpp b/Tests/StagingPrefix/Producer/foo.cpp
new file mode 100644
index 0000000000..64ad7cd0ee
--- /dev/null
+++ b/Tests/StagingPrefix/Producer/foo.cpp
@@ -0,0 +1,7 @@
+
+#include "foo.h"
+
+int Foo::foo()
+{
+ return 0;
+}