1#include "foo.h"
2
3int
4foo (struct bar *bar_ptr)
5{
6 return 1;
7}
8

source code of lldb/test/API/lang/c/forward/foo.c