2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash11.C
blobbbf08bbfb767d8a5935f589010156b4bc7b70e0c
1 // { dg-do assemble  }
3 class A
5       class A_impl;
6    public: 
7       A(){}
8 };
11 template <class j> class A::A_impl 
12 { // { dg-error "" } does not declare a template