ref12.C   [plain text]


void f (char *const &) { }
int main ()
{
  f ("hi");
}