Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88328.f90
blobcd1c6eb95fa6bb25ac4a606a404a38873e23329d
1 ! { dg-do compile }
2 ! PR fortran/88328
3 program p
4 character(3), parameter :: a(0) = [character(3)::]
5 print a ! { dg-error "zero-sized array" }
6 end