llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/main.cpp

8 lines
95 B
C++

#include "derived.h"
int main() {
Foo f; // break here
f.bar();
return f.baz();
}