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