2 ! Test of the patch for PR29941, in which LEN threw an error with
3 ! an assumed size argument.
5 ! Contributed by William Mitchell <william.mitchell@nist.gov>
7 subroutine whatever(str
)
8 character(len
=*), dimension(*) :: str
11 end subroutine whatever