Sign in
googlers
/
jrn
/
git
/
d7805bc74351e61126e587a7470e3fbf843caf8a
/
.
/
t
/
t4018
/
fortran-comment-keyword
blob: e9206a53799dc36710c9fc8a3a0ae55b75f4c02c [
file
] [
log
] [
blame
]
module
a
contains
subroutine RIGHT
(
funcA
,
funcB
)
real funcA
!
grid
function
a
real funcB
!
grid
function
b
real
ChangeMe
end
subroutine RIGHT
end
module
a