2 ! Tests the patch for PR28201, in which the call to ice would cause an ICE
3 ! because resolve.c(resolve_generic_s) would try to look in the parent
4 ! namespace to see if the subroutine was part of a legal generic interface.
5 ! In this case, there is nothing to test, hence the ICE.
7 ! Contributed by Daniel Franke <franke.daniel@gmail.com>
12 MODULE PROCEDURE ice_i
17 INTEGER, INTENT(IN
) :: i
26 CALL ice(23.0) ! { dg-error "no specific subroutine" }