blob: 59095a37c203ef5c12db2b7ae9aa4630c8ab5e75 [file] [log] [blame]
struct Base {
~Base();
};
struct Foo : public Base {
~Base();
};