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