summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/no-rpath.c')
-rw-r--r--tests/no-rpath.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/no-rpath.c b/tests/no-rpath.c
new file mode 100644
index 0000000..e6a5b85
--- /dev/null
+++ b/tests/no-rpath.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello world\n");
+ return 0;
+}