aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/55 exe static shared/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/55 exe static shared/stat.c')
-rw-r--r--meson/test cases/common/55 exe static shared/stat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/common/55 exe static shared/stat.c b/meson/test cases/common/55 exe static shared/stat.c
new file mode 100644
index 000000000..eddc4d816
--- /dev/null
+++ b/meson/test cases/common/55 exe static shared/stat.c
@@ -0,0 +1,7 @@
+#include "subdir/exports.h"
+
+int shlibfunc(void);
+
+int DLL_PUBLIC statlibfunc(void) {
+ return shlibfunc();
+}