Sign in
googlers
/
jrn
/
git
/
156e3c39e3948cf65ec7476c937a2b6f5d0ec281
/
.
/
t
/
t4018
/
fortran-comment
blob: 7b10d1765885b10f7f6b62f8c5cac0ea7454043d [
file
] [
log
] [
blame
]
module
a
contains
!
subroutine wrong
subroutine RIGHT
!
subroutine wrong
real
ChangeMe
end
subroutine RIGHT
end
module
a