DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / implicit_interface_17b.f90
12345
integer function isamax(x, y, z) integer, intent(in) :: x, z real, intent(in) :: y isamax = x + y + z end function