blob: c4ef50f6e504d348eac1c2bfe6420a51c90376a4 [file] [log] [blame]
! { 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 }