forked from OSchip/llvm-project
9 lines
94 B
Fortran
9 lines
94 B
Fortran
|
submodule(m) s1
|
||
|
integer s1_x
|
||
|
end
|
||
|
|
||
|
!Expect: m-s1.mod
|
||
|
!submodule(m) s1
|
||
|
!integer(4)::s1_x
|
||
|
!end
|