blob: e58f9263330c4526fc0660944c9b602d9a5bd2e0 [file] [log] [blame]
! { dg-do compile }
! PR fortran/65173
program p
type t
character(*) :: x y ! { dg-error "error in data declaration" }
end type ! { dg-error "needs to be a constant specification" "" { target "*-*-*" } .-1 }
end