int f;

void f() {
	int f;
	double f;
	(char)f;
	(int(*)())f;
}

// Local Variables: //
// tab-width: 4 //
// End: //
