aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing/32 exe static shared/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/failing/32 exe static shared/stat.c')
-rw-r--r--meson/test cases/failing/32 exe static shared/stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/failing/32 exe static shared/stat.c b/meson/test cases/failing/32 exe static shared/stat.c
new file mode 100644
index 000000000..56ec66c67
--- /dev/null
+++ b/meson/test cases/failing/32 exe static shared/stat.c
@@ -0,0 +1,3 @@
+int statlibfunc() {
+ return 42;
+}