summaryrefslogtreecommitdiffstats
path: root/test cases/unit/79 global-rpath/rpathified.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/79 global-rpath/rpathified.cpp')
-rw-r--r--test cases/unit/79 global-rpath/rpathified.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/79 global-rpath/rpathified.cpp b/test cases/unit/79 global-rpath/rpathified.cpp
new file mode 100644
index 0000000..3788906
--- /dev/null
+++ b/test cases/unit/79 global-rpath/rpathified.cpp
@@ -0,0 +1,6 @@
+#include <yonder.h>
+#include <string.h>
+int main(int argc, char **argv)
+{
+ return strcmp(yonder(), "AB54 6BR");
+}