DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / functions_14.f90
123456789
subroutine find_fit(expr) interface integer function expr() end function end interface end subroutine program functions_14 end program