Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
clang
/
test
/
PCH
/
cxx-invalid-destructor.h
blob: 59095a37c203ef5c12db2b7ae9aa4630c8ab5e75 [
file
] [
log
] [
blame
]
struct
Base
{
~
Base
();
};
struct
Foo
:
public
Base
{
~
Base
();
};