xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
lang
/
c
/
forward
/
foo.c
(revision 4e00a192)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
foo.h
"
2
3
int
4
foo
(
struct
bar
*
bar_ptr
)
5
{
6
return
1
;
7
}
8