xref: /llvm-project/lldb/test/API/python_api/symbol-context/two-files/decls.h (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1 struct struct1 {
2   ~struct1();
3   static void f();
4 };
5 
6 struct struct2 {
7   ~struct2();
8   static void f();
9 };
10 
11 int g();
12