brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · 78b9e3f Raw
11 lines · c
1struct foo;2 3struct sub_foo4{5  int sub_1;6  char *sub_2;7};8 9LLDB_TEST_API struct foo *GetMeAFoo();10LLDB_TEST_API struct sub_foo *GetMeASubFoo(struct foo *in_foo);11