3 lines
50 B
C
3 lines
50 B
C
struct A { ~A() throw(int); };
|
|
struct B { A a; };
|
struct A { ~A() throw(int); };
|
|
struct B { A a; };
|