pure function funB_1_2(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret ret = funB(b, 1.0_dp, 2.0_dp) end function funB_1_2