OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / ref12.C
1 // { dg-do run  }
2 void f (const char *const &) { }
3 int main ()
4 {
5   f ("hi");
6 }