llvm-project/lldb/test/API/python_api/symbol-context/two-files/file2.cpp

8 lines
91 B
C++

#include "decls.h"
struct2::~struct2() {
int x = g(); // Break2
}
void struct2::f() {}