mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-08 09:03:40 +08:00
8 lines
40 B
C
8 lines
40 B
C
|
void foo ();
|
||
|
|
||
|
void
|
||
|
ref ()
|
||
|
{
|
||
|
foo ();
|
||
|
}
|