xref
: /
openbsd
/
gnu
/
usr.bin
/
binutils
/
gdb
/
testsuite
/
gdb.hp
/
gdb.objdbg
/
objdbg02
/
x3.cc
(revision 76d0caae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
void
foo3
()
4
{
5
printf
(
"In foo3.\n"
);
6
}
7