OSDN Git Service

* gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.
[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