aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/include_24.f90
blob: 1fe9eb57625bbceb859bc9b6889d98f87e5bb3a4 (plain)
1
2
3
4
implicit none
include "."  ! { dg-error "Included file '.' is not a regular file" }
end
! { dg-prune-output "compilation terminated." }