C++程序  |  12行  |  114 B

#if defined(__cplusplus)
extern "C" {
#endif

static int foo() {
  return 0;
}

#if defined(__cplusplus)
}
#endif