2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / dtor2.C
blob60e132b4a9be181b212667be15c813ae0c08ceb5
1 struct A {
2   typedef A A2;
3   ~A2(); // { dg-error "" }
4 };