#include "bar.h"

int foo() {
  int y = bar();
  y++;
  return y;
}
