void f(void)
{
  short x = 0;
  const int &y = x;
}