mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 12:24:04 +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 */
|
|
}
|