mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
8 lines
226 B
FortranFixed
8 lines
226 B
FortranFixed
|
c I am not sure whether there is a way to have a fortran program without
|
||
|
c a MAIN, but it does not really harm us to have one.
|
||
|
end
|
||
|
subroutine fsub
|
||
|
integer*4 cppsub
|
||
|
return (cppsub (10000))
|
||
|
end
|