~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

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