blob: e760ca7d27f0e57be1f9e16fbb8296e9390006f3 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fcoarray=single -fcheck=bounds -ftrapv" }
! PR fortran/106945
! Contributed by G. Steinmetz
module m
implicit none
type t
class(*), allocatable :: a[:]
end type
end