[gdb/symtab] Store external var decls in psymtab
[deliverable/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 int
16 main()
17 {
18 }
This page took 0.029845 seconds and 4 git commands to generate.