blob: 1b0a30dca4cb2cca1e802579bf70015838b5ac10 [file] [log] [blame]
! { dg-do compile }
!
! Test the fix for PR82587
!
! Contributed by G Steinmetz <gscfq@t-online.de>
!
program p
type t(a) ! { dg-error "does not have a component" }
integer(kind=t()) :: x ! { dg-error "used before it is defined" }
end type
end