DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / t4018 / fortran-comment
12345678910111213
module a contains ! subroutine wrong subroutine RIGHT ! subroutine wrong real ChangeMe end subroutine RIGHT end module a