1! { dg-do compile }
2! Test the fix for the problem described in PR45077 comments #4 and #5.
3!
4! Contributed by Tobias Burnus  <burnus@gcc.gnu.org>
5!
6module iso_red
7  type, public :: varying_string
8     character(LEN=1), dimension(:), allocatable :: chars
9  end type varying_string
10end module iso_red
11