Git 2.42.2
[git.git] / t / t4018 / fortran-comment-legacy-star
blob2cbcdc3d8ab960293d8420c2a3122673a73f8658
1       module a
3       contains
5 * subroutine wrong
6       subroutine RIGHT
7 * subroutine wrong
9       real ChangeMe
11       end subroutine RIGHT
13       end module a