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