vers28c.c   [plain text]


extern void foo ();

void
bar ()
{
  foo ();
}