2 ! Check the fix for PR31487 in which the derived type default initializer
3 ! would be padded out with nulls instead of spaces.
5 ! Reported by Harald Anlauf <anlauf@gmx.de>
9 character(len
=16) :: tdefi(2) = (/'0z1jan0000','1hr '/)
11 character(len
=16) :: tdefi(2) = (/'0z1jan0000','1hr '/)
17 if (tdefi(1) .ne
. ctl
%tdefi(1)) call abort ()