FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / dtor1.h
blob0dfa793e0e1869f59276902d41f2c2522b1d87fc
1 struct A {
2 ~A();
3 };
5 struct B: public A {
6 ~B();
7 };