aboutsummaryrefslogtreecommitdiff
path: root/elf/testobj3.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/testobj3.c')
-rw-r--r--elf/testobj3.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/elf/testobj3.c b/elf/testobj3.c
new file mode 100644
index 0000000000..8e3d8865f7
--- /dev/null
+++ b/elf/testobj3.c
@@ -0,0 +1,11 @@
+int
+obj3func1 (int a __attribute__ ((unused)))
+{
+ return 44;
+}
+
+int
+obj3func2 (int a)
+{
+ return foo (a) + 42;
+}