summaryrefslogtreecommitdiff
path: root/Tests/StagingPrefix/Producer/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/StagingPrefix/Producer/foo.h')
-rw-r--r--Tests/StagingPrefix/Producer/foo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/StagingPrefix/Producer/foo.h b/Tests/StagingPrefix/Producer/foo.h
new file mode 100644
index 0000000000..614093db8b
--- /dev/null
+++ b/Tests/StagingPrefix/Producer/foo.h
@@ -0,0 +1,10 @@
+
+class
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+Foo
+{
+public:
+ int foo();
+};