Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / friend25.C
blob405ac801de73fdaea211a82d514da90a9af9dd52
1 // { dg-do assemble  }
3 template <class T> struct A;
5 struct B
7   template <class U>
8   friend class A<U>;  // { dg-error "" } does not specialize any args
9 };
11 struct C
13   template <class U>
14   friend class A<U*>; // { dg-error "" } partial specialization