xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/f77-edit-slash-out.f (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
1C Test Fortran 77 colon slash descriptor
2C      (ANSI X3.9-1978 Section 13.5.4)
3C
4C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
5C
6C { dg-do run }
7C { dg-output "^123(\n|\r\n|\r)45(\n|\r\n|\r)\$" }
8      write(*,'(3(I1)/2(I1))')  (I,I=1,5)
9      end
10