DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / 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