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

5 lines
91 B
Fortran

subroutine call_sub
call mysub()
call my_sub()
end