llvm/clang/test/Modules/Inputs/update-exception-spec/c.h

#include "a.h"
#include "b.h"
inline void g(B *p) { p->~B(); }