summaryrefslogtreecommitdiff
path: root/csu/tst-empty.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-12 00:16:59 +0000
committerRoland McGrath <roland@gnu.org>2003-04-12 00:16:59 +0000
commit78c9da10d2c85c30de91e16c4ed3bb7f047acab9 (patch)
tree035312780141d5821bfe71217ba86a0f761d26a3 /csu/tst-empty.c
parent6efd481484e5d8d47b834fd034dc62f4c036d2cf (diff)
2003-04-11 Roland McGrath <roland@redhat.com>
* csu/tst-empty.c: New file. * csu/Makefile (tests, tests-static): Add it.
Diffstat (limited to 'csu/tst-empty.c')
-rw-r--r--csu/tst-empty.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/csu/tst-empty.c b/csu/tst-empty.c
new file mode 100644
index 0000000000..980dcd60fd
--- /dev/null
+++ b/csu/tst-empty.c
@@ -0,0 +1,6 @@
+/* The most useful C program known to man. */
+int
+main (void)
+{
+ return 0;
+}