modfile09-a.f90 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 module m integer :: m1_x interface module subroutine s() end subroutine end interface end !Expect: m.mod !module m !integer(4)::m1_x !interface !module subroutine s() !end !end interface !end