2 ! PR61173.f90 Bogus END condition
4 character(len
=25, kind
=1), dimension(:), allocatable
, save :: source
8 source
=[" 1 1 1 ", " 4 4 4 "]
9 end subroutine init_data
16 read(source
,*) (x(i
), i
=1,6)
17 if (any(x
/=[1,1,1,4,4,4])) STOP 1
18 end program read_internal