summaryrefslogtreecommitdiff
path: root/tests/havelib/rpathy/rpathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/havelib/rpathy/rpathy.c')
-rw-r--r--tests/havelib/rpathy/rpathy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/havelib/rpathy/rpathy.c b/tests/havelib/rpathy/rpathy.c
new file mode 100644
index 0000000000..42514bf1af
--- /dev/null
+++ b/tests/havelib/rpathy/rpathy.c
@@ -0,0 +1,2 @@
+extern int rpathx_value (void);
+int rpathy_value () { return 10 * rpathx_value () + 7; }