(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
deferred_character_33a.f90
! { dg-do compile }
subroutine convrs(quanty,fromto)
   implicit none

   character(*), intent(in) :: quanty,fromto

   if (len(fromto) /= 2) stop 1
   if (fromto /= 'OK') stop 2
end subroutine