2 ! Test the fix for the problem described in PR45077 comments #4 and #5.
3 ! Note that the module file is kept for whole_file_29.f90
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
8 type, public
:: varying_string
9 character(LEN
=1), dimension(:), allocatable
:: chars
10 end type varying_string
12 ! DO NOT CLEAN UP THE MODULE FILE - whole_file_29.f90 does it.
13 ! { dg-final { keep-modules "" } }