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 / rfg22.C
1 // { dg-do assemble  }
2 static void f ();               // { dg-error "" } used but not defined
3
4 void g ()
5 {
6   f ();
7 }