INTPTR_MIN
TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX)
prop_number_t n_intptr_min = prop_number_create_signed(INTPTR_MIN);
val.v_intptr == INTPTR_MIN);
ATF_REQUIRE(prop_dictionary_set_intptr(dict, "intptr", INTPTR_MIN));
ATF_REQUIRE(val.v_intptr == INTPTR_MIN);