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
/
getsymbols02-a.f90
blob
d4fd43cbd3b583f79cb416f37504172d80bf366c
1
module
mm2a
2
implicit none
3
private
4
public
::
get5
5
contains
6
function
get5
()
result
(
ret
)
7
integer
::
ret
8
ret
=
5
9
end function
get5
10
end module
mm2a