Fix regression in default.exp caused by _caller_is, etc.
[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 main()
16 {
17 }
This page took 0.048056 seconds and 4 git commands to generate.