summaryrefslogtreecommitdiff
path: root/REORG.TODO/elf/testobj1_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/testobj1_1.c')
-rw-r--r--REORG.TODO/elf/testobj1_1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/REORG.TODO/elf/testobj1_1.c b/REORG.TODO/elf/testobj1_1.c
new file mode 100644
index 0000000000..2541a5ad1b
--- /dev/null
+++ b/REORG.TODO/elf/testobj1_1.c
@@ -0,0 +1,7 @@
+#include "testobj.h"
+
+int
+obj1func1 (int a)
+{
+ return 42 + obj1func2 (a);
+}