3 ! Tests the fix PR29392, in which the iterator valued substring
4 ! reference would cause a segfault.
6 ! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8 character(LEN
=2) :: a(2)
9 data ((a(I
)(k
:k
),I
=1,2),k
=1,2) /2*'a',2*'z'/
10 IF (ANY(a
.NE
."az")) CALL ABORT()