Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
cxx-dtor
/
a.h
1
struct X { X(); virtual ~X(); };
2