2010-11-30 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr40839.f90
blob92285295c21cf7b004a0d204f6fa3b0eb2deb9dd
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