re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / deftype_1.f90
blobe0476d02e58909c4e6a66941794d4cfc86b50944
1 ! { dg-do compile }
2 ! Checks for excess errors.
3 implicit none
4 dimension i(10) ! { dg-error "has no IMPLICIT type" }
5 i = 2
6 end