summaryrefslogtreecommitdiff
path: root/misc/tst-empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tst-empty.c')
-rw-r--r--misc/tst-empty.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/tst-empty.c b/misc/tst-empty.c
new file mode 100644
index 0000000000..31860b06b3
--- /dev/null
+++ b/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>