OSDN Git Service

2010-07-29 Tobias Burnus <burnus@net-b.de>
[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