1 ! REPEAT intrinsic, test for PR 31304
2 ! We check that REPEAT accepts all kind arguments for NCOPIES
13 character(len
=2) s1
, s2
15 i1
= 1 ; i2
= 1 ; i4
= 1 ; i8
= 1
21 if (s2
/= s1
) call abort
23 if (s2
/= s1
) call abort
25 if (s2
/= s1
) call abort
27 if (s2
/= s1
) call abort