(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
ref1.C
void f(void)
{
  short x = 0;
  const int &y = x;
}