nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / proc_ptr_31.f90
blob691c77d1d0b38f0641f9e390de9d68ceded0c133
1 ! { dg-do compile }
3 ! PR 49400: [F08] Proc-pointer declaration in BLOCK construct
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
7 block
8 procedure(real),pointer :: p
9 end block
10 end