kumquat-buildroot/tiny.c
Eric Andersen 387f864ff9 test 3
2005-02-07 23:11:43 +00:00

9 lines
77 B
C

/* comment, test 2*/
#include <unistd.h>
int main(void)
{
_exit(42);
}