float fabs(float);
float testx(float);
float testy(float a);

int main() {
  return 0;
}