summaryrefslogtreecommitdiffstats
path: root/t/t4018/fortran-comment-legacy
blob: 53cd062c1e5f315e9bd21fd87dd4ca8f7624e1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
      module a

      contains

C subroutine wrong
      subroutine RIGHT
C subroutine wrong

      real ChangeMe

      end subroutine RIGHT

      end module a