Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
[git/debian.git] / t / t4018 / fortran-comment
blob7b10d1765885b10f7f6b62f8c5cac0ea7454043d
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