Merge branch 'master' of github.com:git/git
[alt-git.git] / t / t4018 / fortran-comment-keyword
blobe9206a53799dc36710c9fc8a3a0ae55b75f4c02c
1       module a
3       contains
5       subroutine RIGHT (funcA, funcB)
7       real funcA  ! grid function a
8       real funcB  ! grid function b
10       real ChangeMe
12       end subroutine RIGHT
14       end module a