DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / modules_08_b.f90
123456789101112
module modules_08_b implicit none private public b contains integer function b() b = 5 + kind(.true.) end function end module