관리-도구
편집 파일: gh23598.f90
integer function intproduct(a, b) result(res) integer, intent(in) :: a, b res = a*b end function