3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 28 Dec 2001 <nathan@codesourcery.com>
6 // PR 775 friend classes with qualified names inside template classes.
17 friend A::B::B (); // 2.95.2 ICE
19 friend struct A::B; // 2.97 error
22 template class C<char>;
24 template <typename T> class TPL
29 template <typename T> class TPL<T>::nested