blob: 1cd20f0ccc5324a38ef23e058b23a14c35410dec [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fcoarray=lib" }
!
! PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843
module m23456789012345678901234567890123456789012345678901234567890123
type t23456789012345678901234567890123456789012345678901234567890123
type (t23456789012345678901234567890123456789012345678901234567890123), &
pointer :: z23456789012345678901234567890123456789012345678901234567890123
end type t23456789012345678901234567890123456789012345678901234567890123
end