kumquat-buildroot/tiny.c
Eric Andersen 65d5be1532 test 7
2005-02-07 23:26:03 +00:00

9 lines
79 B
C

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