packages feed

camfort-0.905: tests/fixtures/Specification/Units/gcd1.f90

module complexity
contains
  real function g(x, y)
    real :: x, y, z
    g = (x*x*x*x*x*x + y*y*y*y)
  end function g
end module complexity