about summary refs log tree commit diff
path: root/REORG.TODO/elf/tst-order-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/tst-order-main.c')
-rw-r--r--REORG.TODO/elf/tst-order-main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/REORG.TODO/elf/tst-order-main.c b/REORG.TODO/elf/tst-order-main.c
new file mode 100644
index 0000000000..2a90130db6
--- /dev/null
+++ b/REORG.TODO/elf/tst-order-main.c
@@ -0,0 +1,12 @@
+#include <stdio.h>
+#include <unistd.h>
+#include <stdlib.h>
+
+static int
+do_test (void)
+{
+  printf( "main\n" );
+  exit(EXIT_SUCCESS);
+}
+
+#include <support/test-driver.c>