(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
ref12.C
// { dg-do run  }
void f (const char *const &) { }
int main ()
{
  f ("hi");
}