OpenGrok
Cross Reference: a.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
a.h
Home
|
History
|
Annotate
|
Download
|
only in
update-exception-spec
1
struct
A { ~A()
throw
(
int
); };
2
struct
B { A a; };
3