aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/80 global-rpath/yonder/yonder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/80 global-rpath/yonder/yonder.cpp')
-rw-r--r--meson/test cases/unit/80 global-rpath/yonder/yonder.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/unit/80 global-rpath/yonder/yonder.cpp b/meson/test cases/unit/80 global-rpath/yonder/yonder.cpp
new file mode 100644
index 000000000..b182d34e3
--- /dev/null
+++ b/meson/test cases/unit/80 global-rpath/yonder/yonder.cpp
@@ -0,0 +1,3 @@
+#include "yonder.h"
+
+char *yonder(void) { return "AB54 6BR"; }