extern int foo1(void);
int bar1(void)
{
  return foo1();
}