DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / modules_07_module.f90
12345678910
module modules_07_module implicit none contains subroutine b() print *, "b()" end subroutine end module