(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
g77/
f77-edit-colon-out.f
C Test Fortran 77 colon edit descriptor 
C      (ANSI X3.9-1978 Section 13.5.5)
C
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do run }
C { dg-output "^123(\r*\n+)45(\r*\n+)\$" }
      write(*,'((3(I1:)))')  (I,I=1,5)
      end