| Path : /usr/share/cmake/Modules/FortranCInterface/ |
| Current File : //usr/share/cmake/Modules/FortranCInterface/mymodule.f90 |
module mymodule
interface myinterface
module procedure mysub
end interface
contains
subroutine mysub
end subroutine mysub
end module mymodule