blob: 1e83aaee31673d3cee6305ecc70676a77fa29e25 [file] [log] [blame]
! { dg-do compile }
subroutine foo
character(len=5) :: a
a = "yes"
write(*, '(a)', advance=a) "hello world"
end subroutine foo