summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-03 17:48:04 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-03 17:48:04 +0000
commite6826c2b972f8e267228c885a1069576ef02d15b (patch)
tree9e95026cb9e5bfaa26dc92865b02894dc524efc9 /elf
parent1f53f6f82f2165e421d94a83a731c1308097849f (diff)
Diffstat (limited to 'elf')
-rw-r--r--elf/testobj2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/testobj2.c b/elf/testobj2.c
index 6514c56393..f00ba9f3e6 100644
--- a/elf/testobj2.c
+++ b/elf/testobj2.c
@@ -23,3 +23,9 @@ preload (int a)
return fp (a) + 10;
return 10;
}
+
+void
+p (void)
+{
+ puts ("hello world");
+}