Cross Reference: c.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
c.h
Home
History
Annotate
Line#
Navigate
Download
only in
c.h
1
#
include
"
a.h
"
2
#
include
"
b.h
"
3
inline
void
g(B *p) { p->~B(); }
4