DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / integration_tests / statement_02.f90
12345678
subroutine gscale() real fpoint fpoint(i) = i end program statement_02 call gscale() end program