(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pr69499.f90
! { dg-do compile }
! PR fortran/69499
! Contributed by Gerhard Steinmetz.
module m
   class(*) :: z        ! { dg-error "must be dummy, allocatable or pointer" }
   select type (x => z) ! { dg-error "cannot appear in this scope" }
end