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

bar(int x)1 int bar(int x) {
2   return x * 2;
3 }
4