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

struct struct2
{
    static void
    f();
};