zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/FortranCInterface/call_mod.f90
2023-01-10 16:43:43 +02:00

6 lines
106 B
Fortran

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