forked from OSchip/llvm-project
9 lines
100 B
Fortran
9 lines
100 B
Fortran
|
submodule(m:s2) s3
|
||
|
integer s3_x
|
||
|
end
|
||
|
|
||
|
!Expect: m-s3.mod
|
||
|
!submodule(m:s2) s3
|
||
|
!integer(4)::s3_x
|
||
|
!end
|