CMake/Tests/Fortran/foo.f

10 lines
188 B
FortranFixed
Raw Normal View History

2008-10-29 17:58:40 +03:00
module test_mod
interface dummy
module procedure sub
end interface
contains
subroutine sub
end subroutine
end module test_mod