DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / 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