Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
include_23.f90
blob: 421ddda87bcd927832789215df3db94159c7ba51 [
file
] [
log
] [
blame
]
implicit
none
include
"nonexisting/file.f90"
!
{
dg
-
error
"Cannot open included file 'nonexisting/file.f90'"
}
end
!
{
dg
-
prune
-
output
"compilation terminated."
}