blob: 30e963398cb60a0b3ef3bacb8f0dc651e6d09e68 [file] [log] [blame]
void f (char *const &) { }
int main ()
{
f ("hi");
}