The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Modules
Inputs
update-exception-spec
b.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
struct
A
{
~
A
(
)
throw
(
int
)
;
}
;
struct
B
{
A a
;
}
;
inline
void
f
(
B
*
p
)
{
p
->
~
B
(
)
;
}