int test () { return (long_call_func () + far_func () + near_func () + normal_func ()); }
NOMIPS16 int test3 () { return near_func (); }