2 ! Check the fix for PR30879, in which the structure
3 ! components in the DATA values would cause a syntax
6 ! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
12 TYPE(T1
), PARAMETER :: D1
=T1(2)
17 DATA (a(i
),i
=1,D1
%I
) /D1
%I
*D1
%I
/
19 DATA (D2(i
),i
=1,D1
%I
) /D1
%I
*T1(4)/