#include #include using namespace std; int times; void myfunction() { int i; for (i=0;i> times; myfunction(); cout << "in main" << endl; return 0; }