OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / tc1 / dr213.C
index a896165..2cc7013 100644 (file)
@@ -14,7 +14,7 @@ template <class T> struct A : T {
 
 struct B {
   void f(B);
-  void g(B) {};
+  void g(B) {}
 };
 
 void f(B) {}