summaryrefslogtreecommitdiff
path: root/tests/shared-rpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared-rpath.c')
-rw-r--r--tests/shared-rpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shared-rpath.c b/tests/shared-rpath.c
new file mode 100644
index 0000000..8a3ee7c
--- /dev/null
+++ b/tests/shared-rpath.c
@@ -0,0 +1,2 @@
+int a_symbol_name;
+int foo() { return a_symbol_name; }