repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
flang
/
test
/
Semantics
/
Inputs
/
modfile09-c.f90
blob
3edb997f5679f3c38b28f5295f15561c5eaaf765
1
submodule
(
m
:
s1
)
s2
2
integer
s2_x
3
end
4
5
!Expect: m-s2.mod
6
!submodule(m:s1) s2
7
!integer(4)::s2_x
8
!end