DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / program2.f90
123456789101112
program program2 implicit none call b call b() contains subroutine b() print *, "b" end subroutine end program