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