From: Eric Andersen Date: Mon, 7 Feb 2005 23:04:54 +0000 (-0000) Subject: test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c85dc7f5f11442ec2ec085e14d21a613cd621c4d;p=buildroot.git test --- diff --git a/tiny.c b/tiny.c new file mode 100644 index 0000000000..e54c0ff9e4 --- /dev/null +++ b/tiny.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + _exit(42); +}