2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t05.C
blob9e69cbcc8dee5250c94441708a5f94fe9568ace0
1 // { dg-do assemble  }
3 template <class A> class B {    // { dg-error "" } candidates
4   A a;                          
5  public:
6   B(A&aa);                      // { dg-error "" } near match
7   ~B();
8 };
9 static B<int> b_int (3);        // { dg-error "" } no matching function