2 ! Tests the patch to implement the array version of the TRANSFER
5 ! test the PR is fixed.
12 complex(4) :: z
= (1.0, 2.0)
13 real(4) :: cmp(2), a(4, 4)
14 integer(2) :: it(4, 2, 4), jt(32)
18 cmp
= transfer (z
, cmp
) * 2.0
19 if (any (cmp
.ne
. (/2.0, 4.0/))) call abort ()