OSDN Git Service

PR debug/43983
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / pr40839.f90
1 ! PR fortran/40839
2 ! { dg-do compile }
3 write(fmt='(a)'), 'abc'         ! { dg-error "UNIT not specified" }
4 write(fmt='()')                 ! { dg-error "UNIT not specified" }
5 end