Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
clang
/
test
/
PCH
/
cxx-invalid-destructor.h
blob: 59095a37c203ef5c12db2b7ae9aa4630c8ab5e75 [
file
] [
log
] [
blame
] [
edit
]
struct
Base
{
~
Base
();
};
struct
Foo
:
public
Base
{
~
Base
();
};