• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #if __ANDROID_API__ == 12
foo()2 static int foo() {
3   return 0;
4 }
5 #endif
6