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

9 lines
100 B
Fortran
Raw Normal View History

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