From: Eric Andersen Date: Tue, 8 Feb 2005 00:17:56 +0000 (-0000) Subject: test file, no longer needed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21c7c4c26bfd29ac17f91fb2f04dc286f89c49b6;p=buildroot.git test file, no longer needed --- diff --git a/tiny.c b/tiny.c deleted file mode 100644 index 9015db569d..0000000000 --- a/tiny.c +++ /dev/null @@ -1,8 +0,0 @@ -/* comment, test #13 */ - -#include - -int main(void) -{ - _exit(42); -}