vers26b.c   [plain text]


#pragma weak foo 

void foo ();

void
ref ()
{
  if (foo)
    foo ();
}