about summary refs log tree commit diff
path: root/REORG.TODO/elf/firstobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/firstobj.c')
-rw-r--r--REORG.TODO/elf/firstobj.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/REORG.TODO/elf/firstobj.c b/REORG.TODO/elf/firstobj.c
new file mode 100644
index 0000000000..2e6033eab6
--- /dev/null
+++ b/REORG.TODO/elf/firstobj.c
@@ -0,0 +1,10 @@
+#include <errno.h>
+
+extern int foo (void);
+
+int
+foo (void)
+{
+  errno = 0;
+  return 0;
+}