aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/ref12.C
blob: 30e963398cb60a0b3ef3bacb8f0dc651e6d09e68 (plain)
1
2
3
4
5
void f (char *const &) { }
int main ()
{
  f ("hi");
}