1 ! Test IO of character arrays in derived types.
4 character*1000 buf1
, buf2
6 character(12), dimension(13) :: name
= "hello world "
9 ! foo = foo_type("hello world ")
11 write (buf2
,*) (foo
%name(i
), i
=1,13)
12 if (buf1
.ne
.buf2
) call abort