blob: e40c87878bd619752c16e07aefd8512593d496f4 [file] [log] [blame]
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