[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Semantics / Inputs / getsymbols02-b.f90
blob390a0c7482bfcc8c0262a300dd12f45b1201ffa1
1 module mm2b
2 use mm2a
3 implicit none
4 private
5 public :: callget5
6 contains
7 function callget5() result(ret)
8 implicit none
9 INTEGER :: ret
10 ret = get5()
11 end function callget5
12 end module mm2b