普通文本  |  7行  |  62 B

namespace cpp {

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

}