2009-10-04 10:30:41 +03:00

5 lines
87 B
Fortran

subroutine call_sub
call mysub()
call my_sub()
end