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