// Copyright (C) 2003 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } // Elaborate type specifier of class template template class A { class B; }; template class A::B { friend class A; };