4 ! Test case regarding namelist problems with derived types
23 open (10, status
='scratch')
24 write (10, '(a)') "&NMLST"
25 write (10, '(a)') " DER%D(1)%K%J = 1,"
26 write (10, '(a)') " DER%D(2)%K%J = 2,"
32 if (der
%d(1)%k
%j
/= 1) call abort
33 if (der
%d(2)%k
%j
/= 2) call abort