2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / compile / cpp.F
blobbdf10d7fbde3928491ff385d2da965e3e4f291b4
1 C When run through the C preprocessor, the indentation of the
2 C CONTINUE line must not be mangled.
3       subroutine aap(a, n)
4       dimension a(n)
5       do 10 i = 1, n
6          a(i) = i
7  10   continue
8       print *, a(1)
9       end