2 ! One of the tests of the patch for PR30068.
3 ! Taken from the fortran 2003 standard C11.2.
5 ! The interface is invalid although it is unambiguous because the
6 ! standard explicitly does not require recursion into the formal
7 ! arguments of procedures that themselves are interface arguments.
28 END SUBROUTINE S9C
! { dg-error "Ambiguous interfaces" }
32 ! { dg-final { cleanup-modules "xx" } }