void main()
{
int c=5;
int a=3;
}

float foo()
{

}

int fun()
{
int a=9;
a=foo();
}
