DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / integration_tests / modules_08_a.f90
123456789101112
module modules_08_a implicit none private public a contains integer function a() a = 3 end function end module