Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
g77
/
cpp.F
blob: 42c4735c90c8369ae49c05c8044c9ddfd2f3bda6 [
file
] [
log
] [
blame
]
c
{
dg
-
do
compile
}
C
When
run through the C preprocessor
,
the indentation of the
C CONTINUE line must
not
be mangled
.
subroutine aap
(
a
,
n
)
dimension a
(
n
)
do
10
i
=
1
,
n
a
(
i
)
=
i
10
continue
print
*,
a
(
1
)
end