2 ! PR33162 INTRINSIC functions as ACTUAL argument
3 ! Test case adapted from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>
18 write(temp
,'(f16.10)')a(4.0d0)
19 if (trim(temp
) /= ' -0.6536436209') call abort
31 ! { dg-final { cleanup-modules "m" } }