Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/update-exception-spec/
b.h
struct A { ~A() throw(int); }; struct B { A a; }; inline void f(B *p) { p->~B(); }