(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pr106945.f90
! { 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