3 ! Tests the fix for PR29428, in which the assignment of
4 ! a function result would result in the function being
5 ! called twice, if it were not a result by reference,
6 ! because of a spurious nullify in gfc_trans_scalar_assign.
8 ! Contributed by Paul Thomas <pault@gcc.gnu.org>
14 integer, allocatable
:: j(:)
22 if (ctr
/= 1) call abort ()