summaryrefslogtreecommitdiff
path: root/REORG.TODO/elf/order2mod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/order2mod1.c')
-rw-r--r--REORG.TODO/elf/order2mod1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/elf/order2mod1.c b/REORG.TODO/elf/order2mod1.c
new file mode 100644
index 0000000000..b695db29b7
--- /dev/null
+++ b/REORG.TODO/elf/order2mod1.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+static void
+__attribute__ ((destructor))
+fini (void)
+{
+ putchar ('1');
+}