2 ! Test fix for PR31474, in which the use of ENTRYs as module
3 ! procedures in a generic interface would cause an internal error.
5 ! Contributed by Michael Richmond <michael.a.richmond@nasa.gov>
31 if (b (1.0) .ne
. 1.0) STOP 1
32 if (b (1 ) .ne
. 2.0) STOP 2
33 if (e (1.0) .ne
. 3.0) STOP 3
34 if (f (1 ) .ne
. 4.0) STOP 4