8 lines
94 B
Fortran
8 lines
94 B
Fortran
submodule(m) s1
|
|
integer s1_x
|
|
end
|
|
|
|
!Expect: m-s1.mod
|
|
!submodule(m) s1
|
|
!integer(4)::s1_x
|
|
!end
|