summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/charlen_02.f90
blob: 264050384629453d07e0ba8729d7bd54ed1a7d5a (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/65173
program p
   type t
      character(1), allocatable :: n(256) ! { dg-error "must have a deferred shape" }
   end type
end