! { 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 n
containssubroutine n_interface
INTERFACESUBROUTINENGSXDY(TLS1,TLS2)REAL:: TLS1,TLS2
END! OKEND INTERFACEend subroutineend module