extern int foo2(void);
int bar2(void)
{
  return foo2();
}