[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Semantics / Inputs / getsymbols02-a.f90
blobd4fd43cbd3b583f79cb416f37504172d80bf366c
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