summaryrefslogtreecommitdiff
path: root/t/t4018/fortran-comment-legacy-star
blob: 2cbcdc3d8ab960293d8420c2a3122673a73f8658 (plain)
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