nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95708.f90
blob32bd324ce15090a7f1f8dec2188201452701d216
1 ! { dg-do compile }
4 program test
5 procedure(team_num) :: g ! { dg-error "must be explicit" }
6 end program