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); +}