blob: 31b3f3c023ea26a4d28ea1e56955303f3344ae11 [file] [log] [blame]
// { dg-do run }
void f (char *const &) { }
int main ()
{
f ("hi");
}