typedef int t;

void g() {
	t foo;
	const long float t;
	t++;
}

