blob: 437f4dfd81122d9814cad04f2aa09fce491e2179 [file] [log] [blame]
! { dg-do run }
! { dg-options "-w" }
! PR25545 internal file and dollar edit descriptor.
program main
character*20 line
line = '1234567890ABCDEFGHIJ'
write (line, '(A$)') 'asdf'
if (line.ne.'asdf') STOP 1
end