summaryrefslogtreecommitdiffstats
path: root/tiny.c
diff options
context:
space:
mode:
Diffstat (limited to 'tiny.c')
-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);
-}