3 subroutine a(x
) ! { dg-error "(1)" }
6 subroutine a(x
) ! { dg-error " is already defined at" }
7 character(*) :: x
! { dg-error "Unexpected data declaration statement in CONTAINS section" }
9 end subroutine a
! { dg-error "Expecting END PROGRAM statement" }