xref
: /
llvm-project
/
lldb
/
test
/
API
/
lang
/
c
/
full_lto_stepping
/
main.c
(revision 6f2423c6fe97bec77da66d87a7a997917f6b489e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
foo.h
"
2
main(void)
3
int
main
(
void
) {
4
int
i
=
f
();
5
return
0;
6
}
7