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