mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 23:03:29 +08:00
aa20706882
type.
10 lines
65 B
C
10 lines
65 B
C
#pragma weak bar
|
|
|
|
extern void bar ();
|
|
|
|
void
|
|
foo ()
|
|
{
|
|
bar ();
|
|
}
|