2024-08-19 00:33:31 +02:00

5 lines
87 B
Fortran

subroutine call_sub
call mysub()
call my_sub()
end