aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/pr10179-a.c
blob: 56bce9df92ed4a05b17c677758154f5991bf50b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <stdio.h>

extern int foo2();

int
foo1()
{
}

int
bar1()
{
}

int
main()
{
}