(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.fortran-torture/
compile/
strparm_1.f90
! Check known length string parameters
subroutine test (s)
   character(len=80) :: s

   s = "Hello World"
end subroutine