xref: /llvm-project/clang/test/Modules/Inputs/update-exception-spec/c.h (revision 9e2341d0930b735b4ec91c389c736db3eda6ca4c)
1 #include "a.h"
2 #include "b.h"
g(B * p)3 inline void g(B *p) { p->~B(); }
4