3 ! PR 45521: [F08] GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
10 module procedure test1
11 module procedure test2
14 real function test1 (obj
)
18 real function test2 (pr
)
29 if (testIF(2.0)/=2.0) STOP 1
30 if (testIF(cos
)/=1.0) STOP 2