zdoom-macos-deps/deps/cmake/share/cmake-3.21/Modules/FortranCInterface/call_mod.f90
2021-07-25 12:55:31 +03:00

6 lines
106 B
Fortran

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