int show_bar ()
{
  return 0;
}
extern int show_foo ();

int main ()
{
  return show_foo ();
}


syntax highlighted by Code2HTML, v. 0.9.1