index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
fortran
/
4 self dependency
/
src
/
selfdep_mod.f90
blob: 4aa00576ab1f2e24d12ad6b7644db0997ae54517 (
plain
)
1
2
3
4
5
6
module
a
end module
a
module
b
use
a
end module
b