blob: 22708b8f1a845bf53305669140ef6ca9e409d50f [file] [log] [blame]
! { dg-do compile }
!
! PR fortran/36705
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
save :: p
procedure() :: p
pointer :: p
contains
subroutine bar(x)
procedure(), intent(in) :: x
pointer :: x
end subroutine bar
end