* lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
[binutils-gdb.git] / gdb / testsuite / gdb.base / list1.c
1 void
2 bar (x)
3 int x;
4 {
5 printf ("%d\n", x);
6 }
7
8 static void
9 unused ()
10 {
11 /* Not used for anything */
12 }