aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/charlen_11.f90
blob: d0635f97bb4eb42910e59c0deecf399593ed3644 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/65173
program p
   type t
      character, allocatable :: z1(:), z1(:)    ! { dg-error "already declared at" }
   end type
end