Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
src
/
llvm-project
/
clang
/
test
/
PCH
/
cxx-invalid-destructor.h
blob: 59095a37c203ef5c12db2b7ae9aa4630c8ab5e75 [
file
] [
log
] [
blame
]
struct
Base
{
~
Base
();
};
struct
Foo
:
public
Base
{
~
Base
();
};