Clang Project
clang_source_code
/
test
/
Import
/
destructor
/
Inputs
/
F.cpp
1
struct B {
2
virtual ~B() {}
3
};
4