Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android-t-preview-1
/
.
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
b.h
blob: f75b559bee43aafc1683a5057c718c4cef1d2b38 [
file
] [
log
] [
blame
] [
edit
]
struct
A
{
~
A
()
throw
(
int
);
};
struct
B
{
A a
;
};
inline
void
f
(
B
*
p
)
{
p
->~
B
();
}