1void f(void)
2{
3  short x = 0;
4  const int &y = x;
5}
6