mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-18 21:38:49 +00: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 */
|
|
}
|