2 ! Some tests for PROCEDURE declarations inside of interfaces.
3 ! Contributed by Janus Weil <jaydub66@gmail.com>
23 procedure f
! { dg-error "must be in a generic interface" }
28 integer,intent(in
) :: a
33 interface operator(.op
.)
37 external ex
! { dg-error "has no explicit interface" }
38 procedure():: ip
! { dg-error "has no explicit interface" }
39 procedure(real):: pip
! { dg-error "has no explicit interface" }
43 procedure a
, a
! { dg-error "already present in the interface" }