blob: 6b0648b3ee53eb2e30b67600e23da3f68e6f76c4 (
plain)
1
2
3
4
5
6
7
|
! { dg-do compile }
! PR69043 Trying to include a directory causes an infinite loop
include '.'
program main
end program
! { dg-error "is not a regular file" " " { target *-*-* } 3 }
! { dg-prune-output "compilation terminated." }
|