aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/update-exception-spec/b.h
blob: f75b559bee43aafc1683a5057c718c4cef1d2b38 (plain) (blame)
1
2
3
struct A { ~A() throw(int); };
struct B { A a; };
inline void f(B *p) { p->~B(); }