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