xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/pr10179-a.c (revision 501cd18a74d52bfcca7d9e7e3b0d472bbc870558)
1 #include <stdio.h>
2 
3 extern int foo2();
4 
5 int
6 foo1()
7 {
8 }
9 
10 int
11 bar1()
12 {
13 }
14 
15 int
16 main()
17 {
18 }
19