2 ! PR37707 Namelist read of array of derived type incorrect
3 ! Test case from Tobias Burnus
6 character(len
=5) :: str(4)
7 character(len
=900) :: nlstr
11 nlstr
= '&nml str = "a", "b", "cde", j = 5 /'
13 open(99, status
="scratch")
19 if (j
.ne
.5) call abort
20 if (any(str
.ne
.["a ","b ","cde "," "])) call abort