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