DEBSOURCES
Skip Quicknav
sources / lfortran / 0.58.0-3 / tests / implicit_interface4.f90
12345678
subroutine driver(f, n) integer, intent(in) :: n real :: i real(8) :: j call f(n, i, j) call driver2(f) end subroutine