re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / advance_2.f90
blob1e83aaee31673d3cee6305ecc70676a77fa29e25
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