bolt/deps/llvm-18.1.8/flang/test/Semantics/Inputs/modfile09-b.f90

9 lines
94 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
submodule(m) s1
integer s1_x
end
!Expect: m-s1.mod
!submodule(m) s1
!integer(4)::s1_x
!end