fw4spl
call_mod.f90
1 subroutine call_mod
2  use mymodule
3  use my_module
4  call mysub()
5  call my_sub()
6 end subroutine call_mod