2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / whole_file_28.f90
blobec9efb2d4dcf7864d6172c03820208da35dec849
1 ! { dg-do compile }
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>
7 module iso_red
8 type, public :: varying_string
9 character(LEN=1), dimension(:), allocatable :: chars
10 end type varying_string
11 end module iso_red
12 ! DO NOT CLEAN UP THE MODULE FILE - whole_file_29.f90 does it.
13 ! { dg-final { keep-modules "" } }