Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / open_nounit.f90
blob8781f6f47e65306fbeb45f6abc941e643f5d6ad4
1 ! { dg-do compile }
2 ! PR43832 Missing UNIT in OPEN
3 open () ! { dg-error "must have UNIT" }
4 open (file="test") ! { dg-error "must have UNIT" }
5 end