diff options
Diffstat (limited to 'test cases/unit/79 global-rpath/yonder/yonder.cpp')
-rw-r--r-- | test cases/unit/79 global-rpath/yonder/yonder.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/79 global-rpath/yonder/yonder.cpp b/test cases/unit/79 global-rpath/yonder/yonder.cpp new file mode 100644 index 0000000..b182d34 --- /dev/null +++ b/test cases/unit/79 global-rpath/yonder/yonder.cpp @@ -0,0 +1,3 @@ +#include "yonder.h" + +char *yonder(void) { return "AB54 6BR"; } |