OSDN Git Service

2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / deftype_1.f90
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