2024-08-19 00:34:28 +02:00

7 lines
112 B
Fortran

subroutine call_mod
use mymodule
use my_module
call mysub()
call my_sub()
end subroutine call_mod