old-cross-binutils/gdb/testsuite/gdb.base/list1.c

13 lines
107 B
C
Raw Normal View History

1994-06-07 01:57:15 +00:00
void
bar (x)
int x;
{
printf ("%d\n", x);
}
static void
unused ()
{
/* Not used for anything */
}