aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr91716.f90
blob: d5de35882059e68c855bbfa668504743cca71a47 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! PR fortran/91716
! Code contributed by Gerhard Steinmetz
module m
   type t
      character :: c(2) = [character(-1) :: 'a', 'b']
   end type
end