aa20706882
type.
10 lines
65 B
C
10 lines
65 B
C
#pragma weak bar
|
|
|
|
extern void bar ();
|
|
|
|
void
|
|
foo ()
|
|
{
|
|
bar ();
|
|
}
|