aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/list1.c
blob: 0b362a40ce5fca9be108b0ead56922f6dc97249e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void
bar (x)
int x;
{
    printf ("%d\n", x);
}

static void
unused ()
{
    /* Not used for anything */
}