#include <perms.h>
void Fred(float X, float Y) {
  float Z;
  if (X > 0 && Y > 0)
    Z = Sqrt(X + Y);
  else
    _imp_monitor();
}
