a.h 50 Bytes
struct A { ~A() throw(int); };
struct B { A a; };