Ejemplo n.º 1
0
int test ()
{
  return (long_call_func ()
          + far_func ()
          + near_func ()
          + normal_func ());
}
NOMIPS16 int test2 () { return far_func (); }