blob: ece0df44ceab2b23d7874ad57e1f180e8ab22068 [file] [log] [blame]
module test_mod
interface dummy
module procedure sub
end interface
contains
subroutine sub
end subroutine
end module test_mod