Sign in
code
/
git
/
aeb93d7da2bee3fac5e858b8eb89fa480d8b692e
/
.
/
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