2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / lookup8.C
blob2c6df5583b900ec5d37386034cbb4359607063e4
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 class X{};
7 class Y : public X<int>
9   void f();
12 void Y::f()
14   X x; // { dg-error "" } X is not a type.