OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / assign_4.f90
1 ! { dg-do compile }
2 ! PR fortran/20883
3       write (*, a) b ! { dg-error "must be of type CHARACTER or INTEGER" }
4       end