rt_gccstream/gcc/testsuite/gfortran.dg/deftype_1.f90

7 lines
126 B
Fortran

! { dg-do compile }
! Checks for excess errors.
implicit none
dimension i(10) ! { dg-error "has no IMPLICIT type" }
i = 2
end