DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / tests / subroutine3b.f90
1234567891011
integer function f() f = 42 end function integer function g() g = 42 end function integer function h() h = 42 end function