blob: 0dfa793e0e1869f59276902d41f2c2522b1d87fc [file] [log] [blame]
struct A {
~A();
};
struct B: public A {
~B();
};