Fix PR48484
[official-gcc.git] / gcc / testsuite / g++.dg / inherit / using5.C
blob89c7ca03ba69a8e7953642793b7d440d5a41f812
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Jun 2005 <nathan@codesourcery.com>
4 // PR 19496: Missing error during parsing.
5 // Origin:  Volker Reichelt <reichelt@gcc.gnu.org>
7 template<int> struct A
9   A::A; // { dg-error "constructor" }
12 struct B
14   void f ();
15   using B::f; // { dg-error "not a base" }