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