(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
namelist_91.f90
! { dg-do compile }
! PR78659 Spurious "requires DTIO" reported against namelist statement
program p
   type t
     integer :: k
   end type
   class(t), allocatable :: x
   namelist /nml/ x
end