llvm-project/lldb/test/API/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();
}