Sign in
rust
/
rust-lang
/
llvm-project
/
3bcccdfe38f28f8d19faa957cd56ed4d03cd40fb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
cxx-dtor
/
b.h
blob: 75958564cc9cc290fb41b07a65d831f4666d2a86 [
file
] [
log
] [
blame
]
struct
X
{
X
();
virtual
~
X
();
};
inline
X
::~
X
()
{}
#include
"a.h"