blob: c4019a6ca2e344b8f5c2d8ff8acb421954e41554 [file] [log] [blame]
! { dg-do compile }
program p
type t
character :: c = 'c'
end type
type(t), parameter :: x = 1.e1 ! { dg-error "Incompatible initialization between a" }
print *, 'a' // x%c
end
! { dg-prune-output "has no IMPLICIT type" }