2 ! Tests the fix for PR29464, in which the second USE of the generic
3 ! interface caused an error.
5 ! Contributed by Vivek Rao <vivekrao4@yahoo.com>
10 module procedure twice_real
13 real function twice_real(x
)
16 end function twice_real
20 use foo_mod
, only
: twice
, twice
25 use foo_mod
, only
: two
=> twice
, dbl
=> twice
31 ! { dg-final { cleanup-modules "foo_mod" } }