2 ! Tests the fix for the regression caused by the patch for PR20869
3 ! which itself is tested and described by intrinsic_external_1.f90
5 ! reported to the fortran list by Dominique Dhumieres dominiq@lps.ens.fr
12 integer, DIMENSION(j
,*) :: i
! This constituted usage of j and so triggered....
13 INTENT (IN
) j
! Would give "Cannot change attributes of symbol at (1) after it has been used"
19 ! { dg-final { cleanup-modules "global" } }