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