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

f_other_object(int x,int y)1 int f_other_object(int x, int y) {
2   return x * y;
3 }
4