(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
block_12.f90
! { dg-do compile }
! PR 50627 - this used to free a namespace twice.
program main
  block
end program main ! { dg-error "END BLOCK" }
! { dg-prune-output "Unexpected end of file" }