DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / integration_tests / statement_03.f90
12345678910
subroutine cumchn() intrinsic dble dg(i) = 2.0D0*dble(i) end subroutine program statement_03 call cumchn() end program