you forgot the fact that this: [code]int main(void){ main(); return(0); }
int main(){ for(;;); return 0; }