blob: 1d2ad92add46a2a522e7d59f89d30fc83528b7c1 [file] [log] [blame]
c { dg-do run }
character*5 string
write(string, *) "a "
if (string .ne. ' a') call abort
C-- The leading space is normal for list-directed output
end