| Path : /usr/share/cmake3/Modules/FortranCInterface/ |
| Current File : //usr/share/cmake3/Modules/FortranCInterface/my_module.f90 |
module my_module
interface my_interface
module procedure my_sub
end interface
contains
subroutine my_sub
end subroutine my_sub
end module my_module