2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / ref12.C
blob31b3f3c023ea26a4d28ea1e56955303f3344ae11
1 // { dg-do run  }
2 void f (char *const &) { }
3 int main ()
5   f ("hi");