Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
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."
}