main()
{
	int x;

	x = 5;
}

static unref()
{
	int f;

	f = 8;
}
