about summary refs log tree commit diff
path: root/REORG.TODO/misc/tst-empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/misc/tst-empty.c')
-rw-r--r--REORG.TODO/misc/tst-empty.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/misc/tst-empty.c b/REORG.TODO/misc/tst-empty.c
new file mode 100644
index 0000000000..31860b06b3
--- /dev/null
+++ b/REORG.TODO/misc/tst-empty.c
@@ -0,0 +1,8 @@
+/* The most useful C program known to man.  */
+static int
+do_test (void)
+{
+  return 0;
+}
+
+#include <support/test-driver.c>