test file, no longer needed
authorEric Andersen <andersen@codepoet.org>
Tue, 8 Feb 2005 00:17:56 +0000 (00:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 8 Feb 2005 00:17:56 +0000 (00:17 -0000)
tiny.c [deleted file]

diff --git a/tiny.c b/tiny.c
deleted file mode 100644 (file)
index 9015db5..0000000
--- a/tiny.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
-    _exit(42);
-}