Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / limit-debug-info / foo.cpp
blob69f2f7996f32add113404c5a49d3d67414fb2588
1 struct A {
2 int a = 47;
3 virtual ~A();
4 };
6 A::~A() = default;