2 ! Test to make sure that PR 33354 remains fixed and doesn't regress
10 !WRITE(*,*) SUM(A(:,1:3),1)
11 !WRITE(*,*) MINLOC(SUM(A(:,1:3),1),1)
12 if (minloc(sum(a(:,1:3),1),1) .ne
. 1) call abort()
13 if (maxloc(sum(a(:,1:3),1),1) .ne
. 3) call abort()