2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / label_5.f90
blob108246517b6e965f99e231d4d59f6d5796c1ad37
1 ! { dg-do compile }
2 ! { dg-options "-Wall" }
3 ! PR fortran/27553
4 program pr27553
5 10: a=10 ! { dg-error "character in statement" }
6 end program