3 ! PR 50517: gfortran must detect that actual argument type is different from dummy argument type (r178939)
5 ! Contributed by Vittorio Zecca <zeccav@gmail.com>
17 type(u
), external :: ufunc
18 call sub(ufunc
) ! { dg-error "Type mismatch in function result" }
23 type(t
), external :: tfunc