about summary refs log tree commit diff
path: root/third_party/git/t/t4018/fortran-comment
blob: 7b10d1765885b10f7f6b62f8c5cac0ea7454043d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
      module a

      contains

      ! subroutine wrong
      subroutine RIGHT
      ! subroutine wrong

      real ChangeMe

      end subroutine RIGHT

      end module a