5 elemental
subroutine a() bind(c
) ! { dg-error "BIND.C. attribute conflicts with ELEMENTAL" }
6 end subroutine a
! { dg-error "Expecting END PROGRAM" }
8 elemental
function b() bind(c
) ! { dg-error "BIND.C. attribute conflicts with ELEMENTAL" }
9 end function b
! { dg-error "Expecting END PROGRAM" }