Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gfortran.dg / assign_4.f90
blobf958e9859041f6fe99365c4f2af6810bd2bc6f2a
1 ! { dg-do compile }
2 ! PR fortran/20883
3 write (*, a) b ! { dg-error "must be of type CHARACTER or INTEGER" }
4 end