blob: aeca52f01da1a3ef8d33208012869372a00cc68a [file] [log] [blame]
! { dg-do compile }
subroutine g
call s([1])
end
subroutine h(x)
integer, pointer :: x(..)
call s(x) ! { dg-error "Assumed-rank argument requires an explicit interface" }
end