xref
: /
netbsd-src
/
external
/
gpl3
/
gdb.old
/
dist
/
gdb
/
testsuite
/
gdb.base
/
skip1.c
(revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
bar
()
2
{
3
return
1
;
4
}
5
6
int
baz
(
int
a
)
7
{
8
return
a
+
1
;
9
}
10