Home | History | Annotate | Download | only in wrap_indirect_calls
      1 int f_other_object(int x, int y) {
      2   return x * y;
      3 }
      4