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