orphan-reaper/test.c

10 lines
69 B
C

#include <unistd.h>
int
main(void)
{
fork();
fork();
return 0;
}