llvm-project/lldb/test/API/python_api/symbol-context/two-files/decls.h

12 lines
117 B
C

struct struct1 {
~struct1();
static void f();
};
struct struct2 {
~struct2();
static void f();
};
int g();