2 ! Test the fix for the problem described in PR46818.
3 ! Note that the module file is kept for whole_file_31.f90
5 ! Contributed by Martien Hulsen <m.a.hulsen@tue.nl>
6 ! and reduced by Tobias Burnus <burnus@gcc.gnu.org>
8 ! ============== system_defs.f90 =============
12 real, allocatable
, dimension(:) :: u
14 end module system_defs_m
15 ! DO NOT CLEAN UP THE MODULE FILE - whole_file_31.f90 does it.
16 ! { dg-final { keep-modules "" } }