(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
char_length_11.f90
! { dg-do compile }

  character(len=*), parameter :: s = "foo"
  write (*,*) adjustr(s(:))
end