summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibraries/zot.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLinkLibraries/zot.h')
-rw-r--r--Tests/InterfaceLinkLibraries/zot.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/InterfaceLinkLibraries/zot.h b/Tests/InterfaceLinkLibraries/zot.h
new file mode 100644
index 000000000..e80328b36
--- /dev/null
+++ b/Tests/InterfaceLinkLibraries/zot.h
@@ -0,0 +1,7 @@
+
+#include "bar.h"
+
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+ int zot();