DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / integration_tests / legacy_array_sections_10_foo.f90
123456
subroutine foo(x) implicit none real, intent(inout) :: x(*) x(1) = x(1) + 10.0 end subroutine foo