xref
: /
llvm-project
/
clang
/
test
/
Import
/
destructor
/
Inputs
/
F.cpp
(revision 1c5d23f1405994da05697b3b66c9f5a32735fdc3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
B
{
~BB
2
virtual
~
B
() {}
3
};
4