Listing 1:
show()
{
	auto int i;

	i = 7;
	printf("In show, i = %d\n", i);
}

