2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / g77 / cpp.F
blob42c4735c90c8369ae49c05c8044c9ddfd2f3bda6
1 c { dg-do compile }
2 C When run through the C preprocessor, the indentation of the
3 C CONTINUE line must not be mangled.
4       subroutine aap(a, n)
5       dimension a(n)
6       do 10 i = 1, n
7          a(i) = i
8  10   continue
9       print *, a(1)
10       end