Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c91e38c5ebf6f0cfbb29eff66c5ff6db43c3ee45
/
.
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
b.h
blob: f75b559bee43aafc1683a5057c718c4cef1d2b38 [
file
] [
log
] [
blame
]
struct
A
{
~
A
()
throw
(
int
);
};
struct
B
{
A a
;
};
inline
void
f
(
B
*
p
)
{
p
->~
B
();
}