int fun()
{
}

void main()
{
int a;
if(a==6)
{
fun();
}
else
{
if(a==0)
{
}
}
}
