(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pr99036.f90
! { dg-do compile }
! PR fortran/99036 - ICE in gfc_current_interface_head
! Contributed by G. Steinmetz

module m
contains
  module procedure s ! { dg-error "must be in a generic module interface" }
  end
end