From 8cda0a538b60604b0befc109d8aebf9cd179e2c8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Oct 2000 17:39:54 +0000 Subject: Major facelift on the test area -- the beginnings of some real testing stuff so we can get this library into shape. -Erik --- test/silly/hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/silly/hello.c (limited to 'test/silly/hello.c') diff --git a/test/silly/hello.c b/test/silly/hello.c new file mode 100644 index 000000000..4aba926e6 --- /dev/null +++ b/test/silly/hello.c @@ -0,0 +1,8 @@ +#include +#include + +int main(void) +{ + printf("hello world\n"); + exit(42); +} -- cgit v1.2.3