extern int b_has_a_function();

int
b_has_a_function() {
  return 100;
}
