C++程序  |  6行  |  65 B

#if __ANDROID_API__ == 9
static int foo() {
  return 0;
}
#endif