blob: 078ebf9aecf71aafb1463a8e2afb2e57ed2423a7 [file] [log] [blame]
struct A { ~A() throw(int); };
struct B { A a; };