2 ! Tests the fix for PR32047, in which the null agument
3 ! function for the character length would cause an ICE.
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org >
10 character(f()) function test2() result(r
)
28 if(len (test2()) /= 3) call abort ()
29 if(test2() /= '123') call abort ()