mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 13:00:25 +00:00
5 lines
87 B
FortranFixed
5 lines
87 B
FortranFixed
|
subroutine call_sub
|
||
|
call mysub()
|
||
|
call my_sub()
|
||
|
end
|