blob: 2276f62774b565aba6e0b34552a4710510cfaf10 [file] [log] [blame]
#pragma weak bar
extern void bar ();
foo ()
{
bar ();
}