OSDN Git Service

2006-07-04 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / advance_2.f90
1 ! { dg-do compile }
2 subroutine foo
3   character(len=5) :: a
4   a = "yes"
5   write(*, '(a)', advance=a) "hello world"
6 end subroutine foo