blob: e58f9263330c4526fc0660944c9b602d9a5bd2e0 (
plain)
1
2
3
4
5
6
7
|
! { 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
|