From ab262188b031c842ae09b15b150600287ead45cc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Oct 2000 21:40:35 +0000 Subject: More random fixes and additions. --- test/silly/.cvsignore | 2 ++ test/silly/tiny.c | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 test/silly/tiny.c (limited to 'test/silly') diff --git a/test/silly/.cvsignore b/test/silly/.cvsignore index c6e0c6f72..e4f16bb13 100644 --- a/test/silly/.cvsignore +++ b/test/silly/.cvsignore @@ -2,3 +2,5 @@ hello hello.o hello_glibc hello_glibc.o +tiny +tiny.o diff --git a/test/silly/tiny.c b/test/silly/tiny.c new file mode 100644 index 000000000..cbf8b1643 --- /dev/null +++ b/test/silly/tiny.c @@ -0,0 +1,8 @@ +#include +#include + +int main(void) +{ + write(1,"hello world\n",12); + exit(42); +} -- cgit v1.2.3