[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Semantics / Inputs / mod-file-unchanged.f90
blob46c208aeb67a6f847ac8d370641abfd8961b6ede
1 module m
2 dimension :: x(10)
3 public :: x
4 real :: x
5 end module m