/**/


 
int  First()
	{ return  1; }


 
int  Second()
{
int  i = 1
    return  i;
}


 
void  Third()
{}


 
void  LastFunction()
{}


 
