(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
comma_format_extension_4.f
! PR fortran/13257
! Note the missing , before i1 in the format.
! { dg-do run }
! { dg-options "" }
      character*6 c
      write (c,1001) 1
      if (c .ne. '    1 ') STOP 1

 1001 format (' ',i4' ')
      end