(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
g77/
1832.f
c { dg-do run }
! { dg-options "-std=legacy" }
!
      character*5   string
      write(string, *) "a "
      if (string .ne. ' a') STOP 1
C-- The leading space is normal for list-directed output

      end