lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / include_24.f90
blob1fe9eb57625bbceb859bc9b6889d98f87e5bb3a4
1 implicit none
2 include "." ! { dg-error "Included file '.' is not a regular file" }
3 end
4 ! { dg-prune-output "compilation terminated." }