2 ! This test is run with result-checking and -fbounds-check as
3 ! nested_array_constructor_2.f90
6 ! This used to ICE because the charlength of the trim-expression was
9 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
12 character(len
=2) :: c(3)
15 c
= (/ (/ trim(c(1)), 'a' /)//'c', 'cd' /)