xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
b.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
A
{ ~
A
()
throw
(
int
); };
2
struct
B
{
A
a
; };
f(B * p)
3
inline
void
f
(
B
*
p
) {
p
->~
B
(); }
4