diff options
Diffstat (limited to 'test/silly/hello.c')
-rw-r--r-- | test/silly/hello.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/silly/hello.c b/test/silly/hello.c deleted file mode 100644 index d330597ab..000000000 --- a/test/silly/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> - -int main(void) -{ - printf("hello world\n"); - exit(42); -} |