summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/include_23.f90
blob: 421ddda87bcd927832789215df3db94159c7ba51 (plain)
1
2
3
4
implicit none
include "nonexisting/file.f90"  ! { dg-error "Cannot open included file 'nonexisting/file.f90'" }
end
! { dg-prune-output "compilation terminated." }