blob: 836c1c69d9e83b0258c6662572ee9028c49eb092 (
plain)
1
2
3
4
5
6
7
|
! { dg-do compile }
! PR fortran/65173
program p
type t
character(*) :: x+1 ! { dg-error "error in data declaration" }
end type ! { dg-error "needs to be a constant specification" "" { target "*-*-*" } .-1 }
end
|