repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up RelNotes for 2.48
[alt-git.git]
/
t
/
t4018
/
fortran-comment
blob
7b10d1765885b10f7f6b62f8c5cac0ea7454043d
1
module a
2
3
contains
4
5
! subroutine wrong
6
subroutine RIGHT
7
! subroutine wrong
8
9
real ChangeMe
10
11
end subroutine RIGHT
12
13
end module a