4 ! Support Fortran 2015's IMPLICIT NONE with empty spec list
6 ! And IMPLICIT with ";" followed by an additional statement.
7 ! Contributed by Alan Greynolds
16 implicit integer (a
-h
,o
-z
); parameter (i
=0)
20 implicit integer (a
-h
,o
-z
)!test
26 implicit type(t
) (a
-h
,o
-z
); parameter (i
=0)
32 implicit type(t
) (a
-h
,o
-z
)! Foobar
39 i
= 1 ! { dg-error "Symbol 'i' at .1. has no IMPLICIT type" }