2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / friend47.C
blob66b214d1f053d1a15e67022c402ff3fd8b742238
1 // { dg-do assemble  }
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 7 Jan 2001 <nathan@codesourcery.com>
6 // Bug 1033. We ICE'd when trying to make a non template class a templated
7 // friend.
9 class A {};
10 class B {
11   template<class T> friend class A;   // { dg-error "" } not a template