aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/proc_ptr_31.f90
blob: 691c77d1d0b38f0641f9e390de9d68ceded0c133 (plain)
1
2
3
4
5
6
7
8
9
10
! { dg-do compile }
!
! PR 49400: [F08] Proc-pointer declaration in BLOCK construct
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>

  block
    procedure(real),pointer :: p
  end block
end