about summary refs log tree commit diff
path: root/elf/tst-relsort1mod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-relsort1mod1.c')
-rw-r--r--elf/tst-relsort1mod1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-relsort1mod1.c b/elf/tst-relsort1mod1.c
new file mode 100644
index 0000000000..9e4a94321d
--- /dev/null
+++ b/elf/tst-relsort1mod1.c
@@ -0,0 +1,7 @@
+extern int foo (double);
+
+int
+bar (void)
+{
+  return foo (1.2);
+}