summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-15460/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/issue-15460/foo.c')
-rw-r--r--tests/run-make/issue-15460/foo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/issue-15460/foo.c b/tests/run-make/issue-15460/foo.c
new file mode 100644
index 000000000..fdf595b57
--- /dev/null
+++ b/tests/run-make/issue-15460/foo.c
@@ -0,0 +1,6 @@
+// ignore-license
+
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+void foo() {}