Sign in
googlers
/
jrn
/
git
/
bf995e7a4f94a9388aa8042dc9e338f3fcb75496
/
.
/
t
/
t4018
/
fortran-comment-legacy-star
blob: 2cbcdc3d8ab960293d8420c2a3122673a73f8658 [
file
] [
log
] [
blame
]
module
a
contains
*
subroutine wrong
subroutine RIGHT
*
subroutine wrong
real
ChangeMe
end
subroutine RIGHT
end
module
a