xref
: /
external
/
lldb
/
test
/
functionalities
/
fat_archives
/
main.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
a.h
"
2
#
include
<
stdio.h
>
main()
3
int
main
()
4
{
5
printf
(
"%d\n"
,
foo
());
6
}
7