xref: /llvm-project/lldb/test/API/python_api/symbol-context/two-files/file2.cpp (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 #include "decls.h"
2 
~struct2()3 struct2::~struct2() {
4   int x = g(); // Break2
5 }
6 
f()7 void struct2::f() {}
8