xref: /llvm-project/lldb/test/API/lang/c/forward/foo.c (revision 10df88de21772ff40818bec7eef6b099ba4279fb)
1 #include "foo.h"
2 
3 int
foo(struct bar * bar_ptr)4 foo (struct bar *bar_ptr)
5 {
6     return 1;
7 }
8