modula2: Simplify REAL/LONGREAL/SHORTREAL node creation.
[official-gcc.git] / gcc / testsuite / gfortran.dg / include_23.f90
blob421ddda87bcd927832789215df3db94159c7ba51
1 implicit none
2 include "nonexisting/file.f90" ! { dg-error "Cannot open included file 'nonexisting/file.f90'" }
3 end
4 ! { dg-prune-output "compilation terminated." }