pure function funTwo(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret unused_var(b) ret = 2.0_dp end function funTwo