summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-08 00:17:56 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-08 00:17:56 +0000
commit21c7c4c26bfd29ac17f91fb2f04dc286f89c49b6 (patch)
tree3063007d9292af3e1ce9fc1adc9d55a362e637c9
parent302ea19e5ed75a282574cae78e9ce58c3786d9dc (diff)
test file, no longer needed
-rw-r--r--tiny.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tiny.c b/tiny.c
deleted file mode 100644
index 9015db569..000000000
--- a/tiny.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* comment, test #13 */
-
-#include <unistd.h>
-
-int main(void)
-{
- _exit(42);
-}