Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
initialization_26.f90
blob: 4532216e12e35fce2c9ed05b83d58ecc16415cf3 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
Verify
that the outer
do
-
loop counter
'j'
is
accepted
as
!
as
end
-
expression of the inner loop
.
!
integer i
,
j
integer
,
parameter
::
n
=
size
(
[(
[(
i
*
j
,
i
=
1
,
j
)],
j
=
1
,
2
)]
)
end