ref1.C   [plain text]


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