xref
: /
dports
/
lang
/
gcc12-devel
/
gcc-12-20211205
/
libgo
/
go
/
debug
/
dwarf
/
testdata
/
line2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
f2()
3
void
f2
()
4
{
5
printf
(
"hello\n"
);
6
}
7