bolt/deps/llvm-18.1.8/lldb/test/API/lang/cpp/limit-debug-info/main.cpp
2025-02-14 19:21:04 +01:00

8 lines
108 B
C++

#include "derived.h"
int main() {
foo1 = foo2; // break here
foo1.bar();
return foo1.baz();
}