Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
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
();
}