mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
6 lines
106 B
Fortran
6 lines
106 B
Fortran
subroutine call_mod
|
|
use mymodule
|
|
use my_module
|
|
call mysub()
|
|
call my_sub()
|
|
end subroutine call_mod
|