DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / integration_tests / external_02.f90
123456789
subroutine cdfpoi() implicit none external cumpoi return end subroutine program external_02 call cdfpoi() end program