summaryrefslogtreecommitdiffstats
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