3 ! PR 55199: [OOP] Equivalenced variable has wrong type when used with generic member function
5 ! Contributed by Rich Townsend <townsend@astro.wisc.edu>
12 generic
:: func
=> func_1
15 real function func_1 (this
)
16 class(foo_t
), intent(in
) :: this
24 associate(b
=> f
%func())
29 ! { dg-final { cleanup-modules "assoc_err_m" } }