aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr95708.f90
blob: 32bd324ce15090a7f1f8dec2188201452701d216 (plain)
1
2
3
4
5
6
! { dg-do compile }
!

program test
  procedure(team_num) :: g ! { dg-error "must be explicit" }
end program