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

foo(int x)1 int foo(int x) {
2   return x - 18;
3 }
4