c++: Implement __is_nothrow_invocable built-in trait
[official-gcc.git] / gcc / testsuite / g++.dg / inherit / using5.C
blob514cd8daeb8cd1e351519c0e9baaed4e1b45a55d
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|not a direct base" }
12 struct B
14   void f ();
15   using B::f; // { dg-error "not a base" }