test file, no longer needed

This commit is contained in:
Eric Andersen 2005-02-08 00:17:56 +00:00
parent 302ea19e5e
commit 21c7c4c26b

8
tiny.c
View File

@ -1,8 +0,0 @@
/* comment, test #13 */
#include <unistd.h>
int main(void)
{
_exit(42);
}