(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
include_23.f90
implicit none
include "nonexisting/file.f90"  ! { dg-error "Cannot open included file 'nonexisting/file.f90'" }
end
! { dg-prune-output "compilation terminated." }