DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / subroutines_04.f90
123456789
program print_it call print_int() contains subroutine print_int integer :: a a = 5 print *, a end subroutine print_int end program print_it