! { dg-do compile }!! PR fortran/34763! Before, gfortran did not allow for the "END" in! the interface, which is no module procedure.!! Test case contributed by Dick Hendrickson!module ncontains subroutine n_interfaceINTERFACE SUBROUTINE NGSXDY(TLS1,TLS2)REAL::TLS1,TLS2END! OKEND INTERFACE end subroutine end module