[LoopVectorizer] Add support for chaining partial reductions (#120272)
[llvm-project.git] / clang / test / Modules / Inputs / update-exception-spec / c.h
blob067dbb650556b1f7cdf9f01c946dc201b5e49921
1 #include "a.h"
2 #include "b.h"
3 inline void g(B *p) { p->~B(); }