aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/block_12.f90
blob: a7e9c10439046ab79868f8261c8811ec3e11fa14 (plain)
1
2
3
4
5
6
! { 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" }