blob: 96172fae76a5c77e4e276e0184aa175f20c8ca19 [file] [log] [blame]
! { dg-do compile }
! PR fortran/88025
program p
type t
character(('')) :: c = 'c' ! { dg-error "must be of INTEGER type" }
end type
end