summaryrefslogtreecommitdiff
path: root/Tests/Fortran/foo.f
blob: ece0df44ceab2b23d7874ad57e1f180e8ab22068 (plain)
1
2
3
4
5
6
7
8
9
      module test_mod
      interface dummy
         module procedure sub
      end interface
      contains
        subroutine sub
        end subroutine

      end module test_mod