1struct A {
2 int a = 47;
3 virtual ~A();
4};
5
6A::~A() = default;
7

source code of lldb/test/API/functionalities/limit-debug-info/foo.cpp