summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/c/shared_lib/foo.h
blob: 78b9e3f9c0d960b415802a79ee7461daf5983278 (plain)
1
2
3
4
5
6
7
8
9
10
struct foo;

struct sub_foo
{
  int sub_1;
  char *sub_2;
};

LLDB_TEST_API struct foo *GetMeAFoo();
LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);
OpenPOWER on IntegriCloud