2 ! Test the fix for PR46897. First patch did not run this case correctly.
3 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
10 generic
:: assignment(=) => a_ass
22 elemental
subroutine a_ass(out
, in
)
23 class(a
), intent(INout
) :: out
24 type(a
), intent(in
) :: in
34 if (tt
%tc
%ta
%i
.ne
. 198) call abort