]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/python_api/symbol-context/two-files/decls.h
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / python_api / symbol-context / two-files / decls.h
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();