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