C++程序  |  3行  |  50 B

struct A { ~A() throw(int); };
struct B { A a; };