xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
cxx-dtor
/
b.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
X
{
X
();
virtual
~
X
(); };
~X()
2
inline
X
::~
X
() {}
3
#
include
"
a.h
"
4