7 lines
106 B
Fortran
Raw Normal View History

2009-10-04 10:30:41 +03:00
subroutine call_mod
use mymodule
use my_module
call mysub()
call my_sub()
end subroutine call_mod