aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/deps1lib2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/deps1lib2.c')
-rw-r--r--testsuite/deps1lib2.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/deps1lib2.c b/testsuite/deps1lib2.c
new file mode 100644
index 0000000..f73b456
--- /dev/null
+++ b/testsuite/deps1lib2.c
@@ -0,0 +1,11 @@
+#include "reloc1.h"
+
+int f1 (void)
+{
+ return 11;
+}
+
+int f8 (void)
+{
+ return f9 () - 1;
+}