PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / block_12.f90
bloba7e9c10439046ab79868f8261c8811ec3e11fa14
1 ! { dg-do compile }
2 ! PR 50627 - this used to free a namespace twice.
3 program main
4 block
5 end program main ! { dg-error "END BLOCK" }
6 ! { dg-prune-output "Unexpected end of file" }