aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/decls.h
blob: 7c80458420629092d6ed94220288b229fc716284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
struct struct1 {
  ~struct1();
  static void f();
};

struct struct2 {
  ~struct2();
  static void f();
};

int g();