dtor1.h   [plain text]


struct A {
  ~A();
};

struct B: public A {
  ~B();
};