Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
c.h
1
#include "a.h"
2
#include "b.h"
3
inline void g(B *p) { p->~B(); }
4