// Build don't link: // Special g++ Options: // // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 May 2001 // Bug 2526. We ICE'd after diagnosing dependent name confusion in // friendliness when not being pedantic. template struct B { typedef B Mother; }; template struct D : B { friend class Mother; // WARNING - defines namespace class };