blob: f75b559bee43aafc1683a5057c718c4cef1d2b38 [file] [log] [blame]
struct A { ~A() throw(int); };
struct B { A a; };
inline void f(B *p) { p->~B(); }