Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash11.C
blob5f372d3a311053ad15c0337ea063554f5c0de5a9
1 // { dg-do assemble  }
3 class A
5       class A_impl;
6    public: 
7       A(){}
8 };
11 template <class j> class A::A_impl // { dg-error "non-template" }