]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.base/pr10179-a.c
run copyright.sh for 2011.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / pr10179-a.c
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 main()
16 {
17 }