git/t/t4018/fortran-comment-legacy

14 lines
162 B
Plaintext

module a
contains
C subroutine wrong
subroutine RIGHT
C subroutine wrong
real ChangeMe
end subroutine RIGHT
end module a