1struct struct1 {
2 ~struct1();
3 static void f();
4};
5
6struct struct2 {
7 ~struct2();
8 static void f();
9};
10
11int g();
12

source code of lldb/test/API/python_api/symbol-context/two-files/decls.h