• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

inc(int x)1 int inc(int x) {
2   return x + 1;
3 }
4