llvm-project/flang/test/Semantics/Inputs/modfile09-b.f90

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
94 B
Fortran
Raw Normal View History

submodule(m) s1
integer s1_x
end
!Expect: m-s1.mod
!submodule(m) s1
!integer(4)::s1_x
!end