kumquat-buildroot/tiny.c
Eric Andersen af76297d4a test 9
2005-02-07 23:29:39 +00:00

9 lines
79 B
C

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