xref
: /
netbsd-src
/
external
/
gpl3
/
gdb.old
/
dist
/
gdb
/
testsuite
/
gdb.base
/
pr10179-b.c
(revision 82650ea59673ac1511a0f5b008a97de18ced4707)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
int
foo2()
4
foo2
()
5
{
6
return
0;
7
}
8