diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-08 00:17:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-08 00:17:56 +0000 |
commit | 21c7c4c26bfd29ac17f91fb2f04dc286f89c49b6 (patch) | |
tree | 3063007d9292af3e1ce9fc1adc9d55a362e637c9 | |
parent | 302ea19e5ed75a282574cae78e9ce58c3786d9dc (diff) | |
download | buildroot-novena-21c7c4c26bfd29ac17f91fb2f04dc286f89c49b6.tar.gz buildroot-novena-21c7c4c26bfd29ac17f91fb2f04dc286f89c49b6.zip |
test file, no longer needed
-rw-r--r-- | tiny.c | 8 |
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); -} |