2024-11-11 15:18:55 +01:00

5 lines
100 B
Fortran

function mylib_fortran()
integer :: mylib_fortran
mylib_fortran = 42
end function mylib_fortran