summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/1832.f
blob: 6b7617d62e09972d9ffaeafabaa710e2ca77e4e6 (plain)
1
2
3
4
5
6
7
8
9
c { dg-do run }
! { dg-options "-std=legacy" }
!
      character*5   string
      write(string, *) "a "
      if (string .ne. ' a') call abort
C-- The leading space is normal for list-directed output

      end