namespace cpp {

extern int foo1(int x) {
  return x + 1;
}

}