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