
int data = 5;

void func( )
{
	int stack = 7;
}
