mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
13 lines
107 B
C
13 lines
107 B
C
void
|
|
bar (x)
|
|
int x;
|
|
{
|
|
printf ("%d\n", x);
|
|
}
|
|
|
|
static void
|
|
unused ()
|
|
{
|
|
/* Not used for anything */
|
|
}
|