llvm/lldb/test/API/lang/c/forward/foo.c

#include "foo.h"

int 
foo (struct bar *bar_ptr)
{
    return 1;
}