int
foo (void)
{
  return 1;
}

int
bar (void)
{
  return -1;
}