1#include "decls.h"
2
3struct2::~struct2() {
4 int x = g(); // Break2
5}
6
7void struct2::f() {}
8

source code of lldb/test/API/python_api/symbol-context/two-files/file2.cpp