(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
initialization_18.f90
! { dg-do compile }
! { dg-options "-std=f95 -Wall" }
!
! PR fortran/34915
! Testcase contributed by Al Greynolds via comp.lang.fortran.
!

 character(*),dimension(3),parameter :: a=(/'a()  ','b(,) ','c(,,)'/)
 integer,dimension(3),parameter :: l=len_trim(a)
end