3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com>
6 // PR 11617: Failed to diagnose missing function.
10 template <typename T> void Bar ()
12 T::foo (); // { dg-error "is not a member of" "" }
17 Bar<B> (); // { dg-error "instantiated" "" }