size_foo.c   [plain text]


#pragma weak bar

extern void bar ();

foo ()
{
  bar ();
}