123456789
void A() { B() } void B() { A() }
12345678910
int main() { ... while(true) { ... } return 0; }
void main()
int main()