diff options
Diffstat (limited to 'test/silly/tiny.c')
-rw-r--r-- | test/silly/tiny.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/silly/tiny.c b/test/silly/tiny.c index 88cfde2ef..e54c0ff9e 100644 --- a/test/silly/tiny.c +++ b/test/silly/tiny.c @@ -1,8 +1,6 @@ -#include <stdlib.h> #include <unistd.h> int main(void) { - write(1,"hello world\n",12); _exit(42); } |